Quantcast
Channel: MySQL Forums - Replication
Viewing all articles
Browse latest Browse all 1562

Replication with SSL (no replies)

$
0
0
Hi,

According to the information from MySQl documentation:

"On the slave, you have two options available for setting the SSL information. You can either add the slave certificates to the [client] section of the slave's my.cnf file, or you can explicitly specify the SSL information using the CHANGE MASTER TO statement..."

However when I add the certificate information to the MySQL configuration file (my.cnf) it's not working and I still have to specify them using "CHANGE MASTER TO" statement anyway?

It look like mysql client can see these settings:

mysql --help
...
ssl TRUE
ssl-ca /etc/mysql/ca-cert.pem
ssl-capath (No default value)
ssl-cert /etc/mysql/client-cert.pem
ssl-cipher (No default value)
ssl-key /etc/mysql/client-key.pem
...

Viewing all articles
Browse latest Browse all 1562

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>