
report at bugs
May 16, 2012, 12:24 PM
Post #3 of 7
(77 views)
Permalink
|
|
[issue14780] urllib.request could use the default CA store
[In reply to]
|
|
Antoine Pitrou <pitrou [at] free> 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> <http://bugs.python.org/issue14780> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|