[issue14780] urllib.request could use the default CA store

Antoine Pitrou report at bugs.python.org
Wed May 16 21:24:45 CEST 2012


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

> Ok, here's a patch with a test and documentation updates.

Ok, thanks! The only change I would make is that cadefault needs to be
False by default; particularly because some platforms don't have a
OpenSSL-compatible default CA store (Windows comes to mind) and all
HTTPS requests would then start failing.

You don't have to upload a new patch; I can change it when committing.

----------

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


More information about the Python-bugs-list mailing list