Osmin Castillo <[EMAIL PROTECTED]> wrote:
> I'm having some problems connecting to the server under Winx XP with
> the openssl certificates. Checking the have_openssl variable says
> "YES". When i try to connect with a user with the REQUIRE SSL grant I
> can't loggin and receive this error: "ERRO
Just finish compiled the mysql 4.0.20-0 windows source 4.0.20-0 with
the openssl options, generate certificates and edited the my.cnf file
with this values:
[client]
ssl-ca=c:/certifi/ssl/cacert.pem
ssl-cert=c:/certifi/ssl/client-cert.pem
ssl-key=c:/certifi/ssl/client-key.pem
[mysqld]
ssl-ca=c:/