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 alex
Recipients alex, christian.heimes, dstufft, orsenthil, pitrou
Date 2014-09-19.13:40:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411134047.92.0.97506913121.issue22440@psf.upfronthosting.co.za>
In-reply-to
Content
If check_hostname is set on the context then do_handshake() will already perform the hostname check: https://hg.python.org/cpython/file/default/Lib/ssl.py#l787
History
Date User Action Args
2014-09-19 13:40:47alexsetrecipients: + alex, orsenthil, pitrou, christian.heimes, dstufft
2014-09-19 13:40:47alexsetmessageid: <1411134047.92.0.97506913121.issue22440@psf.upfronthosting.co.za>
2014-09-19 13:40:47alexlinkissue22440 messages
2014-09-19 13:40:47alexcreate