MySQL Forums
Forum List  »  Replication

Re: SSL error: Unable to get certificate from '/etc/mysql/newcerts/client-cert.pem'
Posted by: mandm zoom
Date: November 08, 2010 08:42AM

I was able to resolve this issue by doing the following things

1) Regenerated the client and server certs (many forums said that)
2) Edited the apparmor config file to point to the exact location of my pem files on both master and slave
sudo vi /etc/apparmor.d/usr.sbin.mysqld

added
/etc/mysql/certs/*.pem r,

3) restarted both the databases

This resolved the connection issue for me

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: SSL error: Unable to get certificate from '/etc/mysql/newcerts/client-cert.pem'
9082
November 08, 2010 08:42AM


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.