2019-03-11 10:02:47 +00:00
|
|
|
Index: certifi-2019.3.9/certifi/core.py
|
|
|
|
|
===================================================================
|
|
|
|
|
--- certifi-2019.3.9.orig/certifi/core.py
|
|
|
|
|
+++ certifi-2019.3.9/certifi/core.py
|
|
|
|
|
@@ -12,4 +12,4 @@ import os
|
2019-02-12 08:00:17 +00:00
|
|
|
def where():
|
2019-03-11 10:02:47 +00:00
|
|
|
f = os.path.dirname(__file__)
|
|
|
|
|
|
2015-04-22 13:55:12 +00:00
|
|
|
- return os.path.join(f, 'cacert.pem')
|
|
|
|
|
+ return "/etc/ssl/ca-bundle.pem"
|