pygelf
pygelf copied to clipboard
GelfTlsHandler: option to validate the server certificate using the OS ca certs?
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?
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).