MySQL Forums
Forum List  »  Replication

Re: replication over ssl
Posted by: mysql
Date: June 21, 2005 11:00AM

I have similar problems. I'm using the same certificates for the "normal" SSL connection and for the replication. When I connect to the server I get an access denied.

When I start Mysql with mysqld --skip-grant-tables it works ok, so I figure it must be an access issue. I tried:

GRANT REPLICATION SLAVE ON *.* TO 'ssluser'@'%' IDENTIFIED BY 'ssluser' REQUIRE SSL

and also REQUIRE ISSUER, REQUIRE SUBJECT etc. - to no avail.

Did anyone get this to work? Any help is gladly appreciated.

Mike

Options: ReplyQuote


Subject
Views
Written By
Posted
3320
June 09, 2005 05:00AM
2023
June 09, 2005 05:07AM
Re: replication over ssl
2044
June 21, 2005 11:00AM
1991
June 22, 2005 08:59AM


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.