Hi, installing the latest 2.7.16 MacOS installer, functions in urllib
will attempt to load trusted certs from:

/Library/Frameworks/Python.framework/Versions/2.7/etc/openssl/cert.pem

But this file is not shipped with the installer package - this makes
urlretrieve and friends fail on https hosts - perhaps the installer
should ship a bundle or enable using something like certifi if it's
installed?

AFAIK Apple has deprecated openssl libs as shipped with the OS a long
time ago and only support their proprietary framework crypto apis and on
MacOS Catalina and newer.

thx

m

-- 
Matt Billenstein
m...@vazor.com
http://www.vazor.com/
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/F4NRIGHUOJVWQAOHJEOOF3AQBB76VNGD/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to