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, doko
Date 2017-09-13.17:11:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505322680.05.0.936883258188.issue31453@psf.upfronthosting.co.za>
In-reply-to
Content
Matthias, this issue affects Debian and probably Ubuntu, too. Could you please discuss it with Debian maintainers and propose a workaround? Python does not expose the new OpenSSL 1.1.0 SSL_CTX_set_min_proto_version() and SSL_CTX_set_max_proto_version() calls. We only support SSL_CTX_set_options() with SSL_OP_NO_TLSv1 and SSL_OP_NO_TLSv1_1.
History
Date User Action Args
2017-09-13 17:11:20christian.heimessetrecipients: + christian.heimes, doko, Alex Gaynor, adrianv
2017-09-13 17:11:20christian.heimessetmessageid: <1505322680.05.0.936883258188.issue31453@psf.upfronthosting.co.za>
2017-09-13 17:11:19christian.heimeslinkissue31453 messages
2017-09-13 17:11:19christian.heimescreate