$OpenBSD: patch-certifi_core_py,v 1.4 2018/05/19 22:26:22 pvk Exp $
Index: certifi/core.py
--- certifi/core.py.orig
+++ certifi/core.py
@@ -19,9 +19,7 @@ class DeprecatedBundleWarning(DeprecationWarning):
 
 
 def where():
-    f = os.path.dirname(__file__)
-
-    return os.path.join(f, 'cacert.pem')
+    return '/etc/ssl/cert.pem'
 
 
 def old_where():
