Hello,

I am trying to ensure replication between master and slave is using ssl. I followed the instructions in section 6.4 of the reference guide and simply added REQUIRE SSL to the end of the grant statement when creating the replication user. Replication works when I don't require ssl, so I know the problem is ssl-related. When doing a 'show slave status' on the slave I get these lines:

        Master_SSL_Allowed: No
        Master_SSL_CA_File:
        Master_SSL_CA_Path:
           Master_SSL_Cert:
         Master_SSL_Cipher:
            Master_SSL_Key:

How do I turn on Master_SSL_Allowed? I feel sure this is the problem. I've tried starting the slave mysqld with the --ssl options pointing it to the proper certificates and such, and still no luck. Any ideas?

Thanks,

Chris

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to