1
votes

Master MySql version - 5.6.24-enterprise-commercial-advanced-log MySQL Enterprise Server

Slave MySql version - 5.7.15-enterprise-commercial-advanced-log MySQL Enterprise Server

SSL replication enabled between the nodes:- Master SSL config - my.cnf

ssl-ca=/data/mysql_data/ca.pem
ssl-cert=/data/mysql_data/server-cert.pem
ssl-key=/data/mysql_data/server-key.pem

Slave - config

CHANGE MASTER TO MASTER_HOST='ip_address_host', MASTER_PORT=3306, MASTER_LOG_FILE='mysql-bin.000013', MASTER_LOG_POS= 507,MASTER_USER='repl', MASTER_SSL=1 , MASTER_SSL_CA='/data/server-cert.pem' , MASTER_SSL_CIPHER=' DHE-RSA-AES256-SHA:AES128-SHA'

Seeing following error in the slave logs -

2017-10-02T17:33:37.348979Z 1 [ERROR] Slave I/O for channel '': error connecting to master '[email protected].*.*:3306' - retry-time: 60 retries: 1, Error_code: 2026

1

1 Answers

0
votes

When we downgraded the slave to same version as 5.6, it worked