--- a/certifi/core.py.orig 2014-05-16 16:50:08.000000000 +0200 +++ b/certifi/core.py 2014-12-22 12:28:19.529632069 +0100 @@ -13,7 +13,7 @@ def where(): f = os.path.split(__file__)[0] - return os.path.join(f, 'cacert.pem') + return "/etc/ssl/ca-bundle.pem" if __name__ == '__main__': print(where())