MySQL Forums
Forum List  »  Security

Re: Please help.... doesn't work SSL on MySQL
Posted by: Dave Kelly
Date: January 05, 2011 05:26PM

In order to get SSL enabled, I had to edit the private key file and change:

-----BEGIN PRIVATE KEY-----

to:

-----BEGIN RSA PRIVATE KEY-----

and change:

-----END PRIVATE KEY-----

to:

-----END RSA PRIVATE KEY-----

HOWEVER, although MySQL Server says that SSL is enabled, it still doesn't work. Every time I try to connect with SSL, the server immediately resets the connection (WSAECONNRESET 10054).

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Please help.... doesn't work SSL on MySQL
2213
January 05, 2011 05:26PM


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.