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 varde
Recipients giampaolo.rodola, pitrou, varde
Date 2014-12-30.19:34:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419968093.26.0.952479837765.issue23111@psf.upfronthosting.co.za>
In-reply-to
Content
I know that, but it seems pretty unusual. And I would never had guessed from the documentation, I had to read the source.
My point is that it should be easier to just connect to a TLSv1.2 server: the documentation should mention the fact that ssl_version is a class attribute or it should be set to something more compatible like ssl.PROTOCOL_SSLv23.
I'm not sure about the implications of the latter.
I'm not saying that this is a serious bug, but I'm used to Python providing us with something that works (more or less) out of the box.
History
Date User Action Args
2014-12-30 19:34:53vardesetrecipients: + varde, pitrou, giampaolo.rodola
2014-12-30 19:34:53vardesetmessageid: <1419968093.26.0.952479837765.issue23111@psf.upfronthosting.co.za>
2014-12-30 19:34:53vardelinkissue23111 messages
2014-12-30 19:34:53vardecreate