python-certifi/python-certifi-shipped-requests-cabundle.patch

14 lines
395 B
Diff
Raw Normal View History

Index: certifi-2020.6.20/certifi/core.py
===================================================================
--- certifi-2020.6.20.orig/certifi/core.py
+++ certifi-2020.6.20/certifi/core.py
@@ -53,7 +53,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():