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 Alex Gaynor, adrianv, christian.heimes
Date 2017-09-13.16:41:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505320891.75.0.246602259914.issue31453@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, here we go: https://anonscm.debian.org/viewvc/pkg-openssl/openssl/branches/1.1.0/debian/patches/tls1_2_default.patch

Debian patched the default for SSL_CTX_set_min_proto_version(). The SSL_CTX_set_min_proto_version() and SSL_CTX_set_max_proto_version() API calls are OpenSSL 1.1.0-only and not available from Python. It is not possible to override the minimum version from Python.
History
Date User Action Args
2017-09-13 16:41:31christian.heimessetrecipients: + christian.heimes, Alex Gaynor, adrianv
2017-09-13 16:41:31christian.heimessetmessageid: <1505320891.75.0.246602259914.issue31453@psf.upfronthosting.co.za>
2017-09-13 16:41:31christian.heimeslinkissue31453 messages
2017-09-13 16:41:31christian.heimescreate