Fixed: Cant connect to mysql using self signed SSL certificate #programming #dev #it
Fixed: Cant connect to mysql using self signed SSL certificate #programming #dev #it
Cant connect to mysql using self signed SSL certificate
After creating a self-signed SSL certificate, I have configured my remote mysqld to use them (and ssl is enabled)
I ssh into my remote server, and try connecting to its own mysqld using ssl (mysql server is 5.5.25)..
~> mysql -u -p ssl=1 ssl-cert=client.cert ssl-key=client.key ssl-ca=ca.cert Enter password: ERROR 2026 (HY000): SSL…
View On WordPress










