pygelf icon indicating copy to clipboard operation
pygelf copied to clipboard

GelfTlsHandler: option to validate the server certificate using the OS ca certs?

Open et304383 opened this issue 8 years ago • 1 comments

I'd like to validate the certificate but I'm using a legit cert issued by Let's Encrypt so I don't need to specify a custom CA certs bundle.

Is there no way to just use the operating system's CA files?

et304383 avatar Sep 26 '17 12:09 et304383

I see no easy way to do it - every OS stores CA certs in different locations. Moreover, the path to CA certs can differ within 2 major versions of the same OS (e.g. CentOS 5 vs CentOS 6).

keeprocking avatar Nov 09 '17 21:11 keeprocking