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 christian.heimes
Recipients christian.heimes, docs@python, eric.smith
Date 2016-09-08.15:24:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473348244.72.0.440970203201.issue24372@psf.upfronthosting.co.za>
In-reply-to
Content
OpenSSL 1.1.0 has deprecated all versions except TLS_METHOD and DTLS_METHOD. TLS_METHOD is the new name for auto-nego SSLv23_METHOD. Python 3.6 defaults to TLS_METHOD already. #27876 will add a better way to configure accepted versions.
History
Date User Action Args
2016-09-08 15:24:04christian.heimessetrecipients: + christian.heimes, eric.smith, docs@python
2016-09-08 15:24:04christian.heimessetmessageid: <1473348244.72.0.440970203201.issue24372@psf.upfronthosting.co.za>
2016-09-08 15:24:04christian.heimeslinkissue24372 messages
2016-09-08 15:24:04christian.heimescreate