CommunityScripts icon indicating copy to clipboard operation
CommunityScripts copied to clipboard

[nfoSceneParser] request library fails on self signed SSL certificates

Open buubbs opened this issue 3 months ago • 0 comments

I've enabled SSL by adding a stash.crt and stash.key to my stash directory. It is a self signed certificate.

When I try to use the regex parser the logs indicate that the SSL/TLS handshake fails. To fix it, we can add a verify=false as a parameter to the requests.post call. Probably a better fix is to seed this verify param with something from config.yml.

buubbs avatar Oct 26 '25 21:10 buubbs