Ссылки:
1 2 3 |
https://sysadminfaq.ru/linux/centos-8.-pyodbc-mssql-ssl-error http://blog.pws.ru/2020/04/16/ssl-dh-key-too-small/ https://stackoverflow.com/questions/53058362/how-do-i-manage-the-error-openssl-v1-1-1-ssl-choose-client-version-unsupported |
Ошибка ssl_choose_client_version:unsupported protoco
1 2 3 4 5 6 |
[root@proxy2 squid]# curl https://bill.comfortel.pro curl: (35) error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol Вариант решения: vim /etc/crypto-policies/back-ends/opensslcnf.config Выставить\Изменить MinProtocol = TLSv1.0 |
Ошибка tls_process_ske_dhe:dh key too small
1 2 3 4 5 6 |
curl https://site.url.ru curl: (35) error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small Вариант решения: update-crypto-policies --set LEGACY |