MySQL Forums
Forum List  »  Security

Re: SSL Client Connection
Posted by: Georgi Kodinov
Date: February 08, 2013 03:18AM

Unfortunately mysql is traditionally not very verbose when it comes to SSL errors.
But there're clients and servers made specifically for testing that are extremely verbose.

Try "debugging" your key files and certificates first.
Get some SSL client (e.g. openssl s_client/openssl s_server) and try starting a server with the same set of certificates/keys you're putting on the mysql server and then connecting to it with a matching client again with the same set of certificates/keys you're putting on the mysql client.

If there's an error in your keys/certificates s_client/s_server output will show it.

Options: ReplyQuote


Subject
Views
Written By
Posted
3699
December 04, 2012 01:53AM
Re: SSL Client Connection
1807
February 08, 2013 03:18AM


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.