[issue23843] ssl.wrap_socket doesn't handle virtual TLS hosts

Christian Heimes report at bugs.python.org
Thu Sep 8 11:21:18 EDT 2016


Christian Heimes added the comment:

ssl.wrap_socket() will be deprecated in 3.6. Please use a context. You can still inspect the server cert with a context. In fact ssl.wrap_socket() uses a context internally.

----------
resolution:  -> wont fix
status: open -> closed
versions: +Python 3.6 -Python 3.4

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


More information about the Python-bugs-list mailing list