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 j1m
Recipients gvanrossum, j1m, r.david.murray, vstinner, yselivanov
Date 2016-06-29.13:34:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467207259.73.0.15265470919.issue27391@psf.upfronthosting.co.za>
In-reply-to
Content
It's not bug, it's a misfeature, IMO.

If you pass an SSL context and either don't pass a hostname or pass an empty string, then server_hostname is required, even if check_hostname is false for the context.

The fix is trivial. I'd be happy to provide a PR.
History
Date User Action Args
2016-06-29 13:34:19j1msetrecipients: + j1m, gvanrossum, vstinner, r.david.murray, yselivanov
2016-06-29 13:34:19j1msetmessageid: <1467207259.73.0.15265470919.issue27391@psf.upfronthosting.co.za>
2016-06-29 13:34:19j1mlinkissue27391 messages
2016-06-29 13:34:19j1mcreate