[issue27391] server_hostname should only be required when checking host names

Christian Heimes report at bugs.python.org
Thu Sep 15 04:06:51 EDT 2016


Christian Heimes added the comment:

server_hostname is also required for SNI (server name indicator). Virtual hosting depends on the feature. Without SNI TLS extension you'll end up on the wrong vhost or the web server sends you the wrong certificate.

The feature is pretty much required these days.

----------
assignee:  -> christian.heimes
components: +SSL
nosy: +christian.heimes
versions: +Python 3.7 -Python 3.3, Python 3.4

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


More information about the Python-bugs-list mailing list