Index: pyOpenSSL-19.0.0/src/OpenSSL/SSL.py =================================================================== --- pyOpenSSL-19.0.0.orig/src/OpenSSL/SSL.py +++ pyOpenSSL-19.0.0/src/OpenSSL/SSL.py @@ -221,7 +221,8 @@ SSL_CB_HANDSHAKE_DONE = _lib.SSL_CB_HAND _CERTIFICATE_FILE_LOCATIONS = [ "/etc/ssl/certs/ca-certificates.crt", # Debian/Ubuntu/Gentoo etc. "/etc/pki/tls/certs/ca-bundle.crt", # Fedora/RHEL 6 - "/etc/ssl/ca-bundle.pem", # OpenSUSE + "/var/lib/ca-certificates/ca-bundle.pem", #openSUSE real locaction + "/etc/ssl/ca-bundle.pem", # openSUSE "/etc/pki/tls/cacert.pem", # OpenELEC "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem", # CentOS/RHEL 7 ]