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 nagle
Recipients alex, christian.heimes, docs@python, dstufft, giampaolo.rodola, janssen, nagle, pitrou
Date 2015-04-02.08:03:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427961805.42.0.87068424722.issue23843@psf.upfronthosting.co.za>
In-reply-to
Content
I'm using wrap_socket because I want to read the details of a server's SSL certificate.  

"Starting from Python 3.2, it can be more flexible to use SSLContext.wrap_socket() instead" does not convey that ssl.wrap_socket() will fail to connect to some servers because it will silently check the wrong certificate.
History
Date User Action Args
2015-04-02 08:03:25naglesetrecipients: + nagle, janssen, pitrou, giampaolo.rodola, christian.heimes, alex, docs@python, dstufft
2015-04-02 08:03:25naglesetmessageid: <1427961805.42.0.87068424722.issue23843@psf.upfronthosting.co.za>
2015-04-02 08:03:25naglelinkissue23843 messages
2015-04-02 08:03:25naglecreate