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:/certifi/ssl/cacert.pem 
ssl-cert=c:/certifi/ssl/server-cert.pem
ssl-key=c:/certifi/ssl/server-key.pem

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: "ERROR 1045: Access denied for
user: '[EMAIL PROTECTED]'"

Using another user with out the REQUIRE SSL  grant,  works ok. But the
connection is not ssl secure. So i send this command "show status;"
and see this ssl items with out value

Ssl_version,Ssl_cipher,Ssl_cipher_list (all of them are empty)


Where is the problem? Please help me...

Thanks in advance..


Osmin

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to