[Python-Dev] Backwards compatibility after certificate autovalidation (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Tue Sep 9 00:27:54 CEST 2014
- Previous message: [Python-Dev] Backwards compatibility after certificate autovalidation
- Next message: [Python-Dev] PEP 476: Enabling certificate validation by default!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 9 Sep 2014 03:25, "Jim J. Jewett" <jimjjewett at gmail.com> wrote:
Examples of good enough: "Add this file to site-packages" "Add this environment variable with this setting" "Add this command line switch to your launch script"
The monkeypatching hack I proposed would work correctly in sitecustomize (or a *.pth file). Cost would be loading httplib in all cases.
A -X option for "noverifyhttps" might also be feasible.
Cheers, Nick. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20140909/e55e8407/attachment.html>
- Previous message: [Python-Dev] Backwards compatibility after certificate autovalidation
- Next message: [Python-Dev] PEP 476: Enabling certificate validation by default!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]