I need to configure SSL for a MySQL server. I've read all of the directions for doing self-signed certs but it's preferred that I sign and use the certs from a different CA running AD Certificate Services. Is this a possibility? I've generated the private key and CSR using openssl on both the mysql server and client (both CentOS). When I try to use the certs I get back from the CA though I get:
"ERROR 2026 (HY000): SSL connection error: error:00000001:lib(0):func(0):reason(1)"
I know I have my configs correct because if I do self signed server/client certs using only openssl it works just fine and I can see the Cipher is enabled. Has anybody attempted this that can help me out? I don't know if I just need to change the template settings in AD Cert Services or what... I'm not very familiar with it, I'm mostly a Linux guy. I'm running Percona's version of MySQL 5.6.
Thanks in advance!
0 Answers