This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients gvanrossum, j1m, r.david.murray, vstinner, yselivanov
Date 2016-06-29.14:57:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467212272.3.0.28643637322.issue27391@psf.upfronthosting.co.za>
In-reply-to
Content
> SSL contexts, https://docs.python.org/3/library/ssl.html#ssl-contexts,
have an attribute, check_hostname, which controls whether hostname checking is required. If set to false in a context passed to create_connection, then it makes no sense to require server_hostname under any circumstances.

This makes sense.  I'm reopening this issue.  Jim, would you be able to submit a PR to github/python/asyncio?
History
Date User Action Args
2016-06-29 14:57:52yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, r.david.murray, j1m
2016-06-29 14:57:52yselivanovsetmessageid: <1467212272.3.0.28643637322.issue27391@psf.upfronthosting.co.za>
2016-06-29 14:57:52yselivanovlinkissue27391 messages
2016-06-29 14:57:52yselivanovcreate