[issue14780] SSL should use OpenSSL-defined default certificate store if ca_certs parameter is omitted

Antoine Pitrou report at bugs.python.org
Fri May 11 06:44:24 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

By the way, I see that the original bug is against the python-requests library? Perhaps it would be better to advocate the use of load_verify_locations() there, since it's a more adequate place for a policy decision.

(that said, Python's own urllib.request could perhaps grow a similar option)

----------

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


More information about the Python-bugs-list mailing list