in reply to
Problem connecting with SSL to mySQL database
Try mysql_ssl_verify_server_cert=0 or get a certificate that really matches the hostname you are connecting to.
Comment on
Re: Problem connecting with SSL to mySQL database
In Section
Seekers of Perl Wisdom