How To Set Up MySQL Database Replication With SSL Encryption On CentOS 5.4

Discussion in 'HOWTO-Related Questions' started by mstalnaker, Oct 7, 2010.

  1. mstalnaker

    mstalnaker New Member

    I've followed this HowTo exactly, up to the point of restarting my mysql servers and ensuring that SSL is enabled, and installing the SSL certs, keys, and ca's. However, when I try to do a basic test with:

    mysql -u ssl-user -p -h datbasename.domainname.com --verbose

    I get back a password prompt, then:

    ERROR 2026 (HY000): SSL connection error

    I see no way to get any feedback from the remote server as to what the problem might be. Any help would be welcome.
     
  2. falko

    falko Super Moderator Howtoforge Staff

Share This Page