MySQL Quick Fix – SSL connection error: socket layer send error (Mysql2::Error)

Assume you’ve already verified your certificates and keys on the sever side (checksum should be the same): openssl x509 -noout -modulus -in mycert.pem openssl rsa -noout -modulus -in mykey.pem mysql> show variables like...

Read More