MySQL Forums
Forum List  »  Replication

Re: Error 2026 Slave-Master replication
Posted by: Naresh Mote
Date: January 11, 2017 03:12PM

Getting error 2026 even after getting yum update for https://access.redhat.com/security/cve/cve-2016-2183.

Also tried to include the SSL Cipher in "change master to". Still same issue.

Weird part is, I am able to login with SSL from remote host(slave) like :
mysql -h 10.X.X.X -u repl --ssl --ssl-ca=/data/server/ca.pem --ssl-cert=/data/server/client-cert.pem --ssl-key=/data/server/client-key.pem -p

But the slave is not able to connect to master with SSL with error 2026.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Error 2026 Slave-Master replication
2967
January 11, 2017 03:12PM
2198
February 16, 2017 01:18PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.