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, kroeckx, miss-islington, ned.deily, njs
Date 2018-05-24.20:31:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527193896.3.0.682650639539.issue31453@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Kurt,

which API are you using to disable TLS 1.0 and 1.1? Is it the old SSL_CTX_set_options() or the new SSL_CTX_set_min/max_proto_version() API?
History
Date User Action Args
2018-05-24 20:31:36christian.heimessetrecipients: + christian.heimes, doko, ned.deily, njs, kroeckx, Alex Gaynor, adrianv, miss-islington
2018-05-24 20:31:36christian.heimessetmessageid: <1527193896.3.0.682650639539.issue31453@psf.upfronthosting.co.za>
2018-05-24 20:31:36christian.heimeslinkissue31453 messages
2018-05-24 20:31:36christian.heimescreate