Message239887
| 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. |
|