[issue22449] SSLContext.load_verify_locations behavior on Windows and OSX

Christian Heimes report at bugs.python.org
Sun Sep 21 12:41:14 CEST 2014


Christian Heimes added the comment:

'to respect' is the wrong term. </nitpicking>

The patch makes the code use the two env vars. Even with my patch the function doesn't respect SSL_CERT_DIR and SSL_CERT_FILE because Windows' cert store is still in use. On Linux and BSD the two env vars replace the default locations.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22449>
_______________________________________


More information about the Python-bugs-list mailing list