[issue13655] Python SSL stack doesn't have a default CA Store

Antoine Pitrou report at bugs.python.org
Thu Feb 7 11:00:09 CET 2013


Antoine Pitrou added the comment:

> Éric's suggestion is also implemented in python-requests if I remember 
> correctly. It allows for user-specified PEM files and tries to find the 
> operating system bundle. This would be a wonderful inclusion in the
> standard library.

Aren't load_verify_locations() and set_default_verify_paths() sufficient?

http://docs.python.org/dev/library/ssl.html#ssl.SSLContext.load_verify_locations

----------

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


More information about the Python-bugs-list mailing list