I have configure 2 of MySQL replication with ssl. The replication si working, but how can i check the replication is in SSL mode?
Below is the setting i set in the my.cnf in my slave
#log-bin
server-id = 2
master-host = 200.100.100.10
master-user = xxxxxxx
master-password = xxxxxxx
#master-port = 3306
master-port = 443
master-ssl
#master-ssl-key = SSL/master-key.pem ( do i need this ??)
#master-ssl-cert = SSL/master-cert.pem ( do i need this ??)
thanks
Louis