fastly / sigsci-splunk-app

Splunk app for Fastly (Signal Sciences)
https://splunkbase.splunk.com/app/3495
MIT License
9 stars 10 forks source link

SSL certificate verify failed #15

Closed rolltidega closed 1 year ago

rolltidega commented 4 years ago

Is there a way to turn off this option so it does not log this error?

ERROR[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:741)

Seems to come from SigsciRequests.py. Thanks

dacoburn commented 4 years ago

It seems to be coming from the Splunk SDK and something to do with the requests library. I'm thinking that for some reason the environment at execution time doesn't have access to the CA Certs so it isn't verifying the SSL Certs correctly. Fixing the cert issue would fix the underlying issue. Other than that I haven't seen an option specifically for surpressing these messages. I'll do some more digging around.

Outside of the code I added into:

The rest is auto-generated/provided by the Splunk App builder.