MySQL Forums
Forum List  »  Security

ssl connection, client keys
Posted by: jason neumann
Date: March 29, 2013 10:48AM

I am setting up an ssl connection for mysql. I followed the steps in the documentation here:
http://dev.mysql.com/doc/refman/5.1/en/ssl-connections.html
i moved the client key and cert files to the client server, i ran a grant with "require ssl" on my user, and i made the conneciton using all the client files. When i run:
SHOW STATUS LIKE 'Ssl_cipher';
I get a cipher value back. So i assume its working. The issue i'm having is if i delete the client files and run the code again, it still connects and it still says its using a cipher. So do i even need to make the client keys? what are they for?

Options: ReplyQuote


Subject
Views
Written By
Posted
ssl connection, client keys
3120
March 29, 2013 10:48AM
1592
April 18, 2013 03:03PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.