• XSS.stack #1 – первый литературный журнал от юзеров форума

SQL Problem

It means that you are trying to connect with an old client that doesn't support modern TLS versions.

1st option
try to --ssl-mode=disabled
or --ssl-mode=DISABLED
mysql -u root -h 10.0.2.6 -p --ssl-mode=disabled

Or 2nd option
Edit this file:
/usr/lib/ssl/openssl.cnf
And put at the beginning of file:
openssl_conf = default_conf
And in the end of that file too:
Код:
[ default_conf ]

ssl_conf = ssl_sect

[ssl_sect]

system_default = ssl_default_sect

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


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх