MYSQL SSL
am 31.05.2006 11:10:20 von dirk.wendland
Hello I try to get mysql working with SSL
I had Installed MYSQL 5
| have_openssl | YES |
I used the pem Files from Tarball
/usr/sbin/mysqld --ssl-ca=cacert.pem --ssl-cert=server-cert.pem
--ssl-key=server-key.pem
but:
| Ssl_cipher | |
And when I want to connect via SSL
mysql --ssl-ca=cacert.pem --ssl-cert=client-cert.pem
--ssl-key=client-key.pem
Shows:
ERROR 2026 (HY000): SSL connection error
What is wrong or I have anything forgotton ?
Greetings and thanks Dirk
Re: MYSQL SSL
am 31.05.2006 12:53:47 von dirk.wendland
Is there anyone who had done SSL with mysql succesfully ?
diwe schrieb:
> Hello I try to get mysql working with SSL
> I had Installed MYSQL 5
> | have_openssl | YES |
> I used the pem Files from Tarball
> /usr/sbin/mysqld --ssl-ca=cacert.pem --ssl-cert=server-cert.pem
> --ssl-key=server-key.pem
> but:
> | Ssl_cipher | |
> And when I want to connect via SSL
> mysql --ssl-ca=cacert.pem --ssl-cert=client-cert.pem
> --ssl-key=client-key.pem
> Shows:
> ERROR 2026 (HY000): SSL connection error
> What is wrong or I have anything forgotton ?
>
> Greetings and thanks Dirk