Antoine Pitrou added the comment:

I agree with Donald on all points. This shouldn't be done at the language level 
at all (why should it apply only to Python-written tools?). Having a 
centralized setting saying "I relinquish security on HTTPS accesses" sounds 
like a bad idea. And if this is solely for the "support legacy systems" 
business of some vendors, then it sounds like it may be close to Alex's post 
here :-)
https://alexgaynor.net/2015/mar/30/red-hat-open-source-community/

It's already possible to disable HTTPS certificate checking by using the right 
SSLContext options, at least with urllib and http.client.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23857>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to