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 pitrou
Recipients alex, christian.heimes, dstufft, giampaolo.rodola, janssen, kxl561, pitrou
Date 2015-07-01.18:37:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435775831.14.0.604167154168.issue24545@psf.upfronthosting.co.za>
In-reply-to
Content
We should probably change the default value for the *ssl_version* parameter.
In the meantime, you can workaround this simply with:

cert = ssl.get_server_certificate((XXXX, 443), ssl.PROTOCOL_SSLv23)
History
Date User Action Args
2015-07-01 18:37:11pitrousetrecipients: + pitrou, janssen, giampaolo.rodola, christian.heimes, alex, dstufft, kxl561
2015-07-01 18:37:11pitrousetmessageid: <1435775831.14.0.604167154168.issue24545@psf.upfronthosting.co.za>
2015-07-01 18:37:11pitroulinkissue24545 messages
2015-07-01 18:37:11pitroucreate