I am trying to get MySQL SSL replication setup for two brand new RHEL 6.6 x64 servers. I have replication working without SSL, but I can't get it set up with SSL, and can't connect directly using SSL either. I have tried connecting from both the master and the slave with mysql -h x.x.x.x -u root -p --ssl=1 --ssl-ca=ca.pem --ssl-cert=client-cert.pem --ssl-key=client-key.pem , as well as locally (Windows + MySQL Workbench), no matter what, I get: ERROR 2026 (HY000): SSL connection error: error:00000001:lib(0):func(0):reason(1) Since RHEL came with MySQL 5.1, I upgraded both master and slave to 5.5 per href="https://webtatic.com/packages/mysql55/" rel="nofollow noreferrer">https://webtatic.com/packages/mysql55/ , mysql --version for both now shows "Ver 14.14 Distrib 5.5.43, for Linux (x86_64) using ...