Mysql
 sql >> Database >  >> RDS >> Mysql

MySQL ERROR 2026 - Errore di connessione SSL - Ubuntu 20.04

Ubuntu 20 ha migliorato il livello di sicurezza. L'unico modo per connettermi è consentire tls 1 .

Modifica questo file:

/usr/lib/ssl/openssl.cnf

E metti all'inizio del file:

openssl_conf = default_conf

E anche alla fine di quel file:

[ default_conf ]

ssl_conf = ssl_sect

[ssl_sect]

system_default = ssl_default_sect

[ssl_default_sect]
MinProtocol = TLSv1
CipherString = DEFAULT:@SECLEVEL=1

Mi aiuta molto:https://askubuntu.com/questions/1233186/ubuntu-20-04-how-to-set-lower-ssl-security-level