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

Jim Fulton report at bugs.python.org
Sun Jun 26 11:43:57 EDT 2016


New submission from Jim Fulton:

If the given ssl context has check_hostname set to False, then the server_hostname shouldn't be required.

----------
components: asyncio
messages: 269292
nosy: gvanrossum, haypo, j1m, yselivanov
priority: normal
severity: normal
status: open
title: server_hostname should only be required when checking host names
type: behavior
versions: Python 3.3, Python 3.4, Python 3.5, Python 3.6

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


More information about the Python-bugs-list mailing list