Ubuntu 20 đã cải thiện mức độ bảo mật. Cách duy nhất tôi có thể kết nối với chúng cho phép tls 1.
Chỉnh sửa tệp này:
/usr/lib/ssl/openssl.cnf
Và đặt ở đầu tệp:
openssl_conf = default_conf
Và trong phần cuối của tệp đó nữa:
[ default_conf ]
ssl_conf = ssl_sect
[ssl_sect]
system_default = ssl_default_sect
[ssl_default_sect]
MinProtocol = TLSv1
CipherString = DEFAULT:@SECLEVEL=1
Nó giúp tôi rất nhiều: https://askubuntu.com/questions/1233186/ubuntu-20-04-how-to-set-lower-ssl-security-level