summarylogtreecommitdiffstats
path: root/certs.patch
blob: 06094c422aa7b60da5f7d17bef2b63598772a17b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur requests.orig/certs.py requests/certs.py
--- requests.orig/certs.py	2019-02-15 13:43:26.819151260 +0100
+++ requests/certs.py	2019-02-15 13:45:10.316052919 +0100
@@ -14,5 +14,8 @@
 """
 from certifi import where
 
+def where():
+    return "/etc/ssl/certs/ca-certificates.crt"
+
 if __name__ == '__main__':
     print(where())