[issue10441] some stdlib modules need to be updated to handle SSL certificate validation

david report at bugs.python.org
Tue Jan 11 16:36:56 CET 2011


david <db.pub.mail at gmail.com> added the comment:

Thank you @loewis. However, I don't see where set_default_verify_path - is defined in the patch you have provided.

It would also be nice to do something like this:
import ssl
...
ssl._FORCE_VERIFICATION = True

and even better would be to determine the CA path as @pitrou was suggesting and incorporate this into the ssl module somehow.

----------
nosy: +db

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


More information about the Python-bugs-list mailing list