Index: certifi-2020.4.5.1/certifi/core.py =================================================================== --- certifi-2020.4.5.1.orig/certifi/core.py +++ certifi-2020.4.5.1/certifi/core.py @@ -23,7 +23,7 @@ except ImportError: def where(): f = os.path.dirname(__file__) - return os.path.join(f, "cacert.pem") + return "/etc/ssl/ca-bundle.pem" def contents():