Mark Nottingham added the comment:

This is *not* a feature request, it's a bug fix in the underlying protocols. 

Client sides that do not send SNI are actively hurting the Web and the Internet 
by constraining the deployment of TLS. 

The closest analogy would be if Python's HTTP client side didn't emit a Host 
header, and the excuse were "But we only advertise ourselves as HTTP/1.0." The 
biggest difference being that this has additional security impact.

The pain of lack of support for SNI is completely borne by the server-side, not 
the client (here, Python). As such, this is not a feature for Python 
client-side developers, but an interop / scaling / security issue for the Web 
and Internet overall.

----------
nosy: +mnot

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

Reply via email to