2 messages in com.mysql.lists.mysqlRe: Replication error: Unable to get ...
FromSent OnAttachments
Amit Dor-Shifer23 Nov 2006 02:42 
Alex Greg27 Nov 2006 16:44 
Subject:Re: Replication error: Unable to get certificate
From:Alex Greg (alex@gmail.com)
Date:11/27/2006 04:44:04 PM
List:com.mysql.lists.mysql

Master_SSL_Allowed: Yes Master_SSL_CA_File: /root/.mysql/cacert.pem Master_SSL_CA_Path: /root/.mysql/ Master_SSL_Cert: /root/.mysql/client-cert.pem Master_SSL_Cipher: Master_SSL_Key: /root/.mysql/client-key.pem Seconds_Behind_Master: 0

[...]

SSL:3017771936:error:0200100D:system library:fopen:Permission denied:bss_file.c:352:fopen('/root/.mysql/client-cert.pem','r')

MySQL (which runs as the "mysql" user) isn't going to be able to read the certificates out of root's home directory, which is only readable by root.

Put the certificates somewhere where the "mysql" user can read them - your data directory would be a sensible place.

-- Alex