Skip to content
Snippets Groups Projects
Commit f9f0d2628910 authored by Christian Heimes's avatar Christian Heimes
Browse files

bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)


Ubuntu 20.04 comes with a patched OpenSSL 1.1.1. Default security level
2 blocks TLS 1.0 and 1.1 connections. Regular OpenSSL 1.1.1 builds allow
TLS 1.0 and 1.1 on security level 2.

See:
See: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1899878
See: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1917625


Signed-off-by: default avatarChristian Heimes <christian@python.org>
parent 12860de8f2ed
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment