MySQL Forums
Forum List  »  Security

Re: ssl connection, client keys
Posted by: Jeremy Wadhams
Date: April 18, 2013 03:03PM

SSL can do three jobs for you:
1. Encrypt the network traffic.
2. The client can authenticate the server (the server's public key is signed by a CA that the client trusts, or the client has a copy of the server's public key a trusted admin put into place).
3. The server can authenticate the client by public-key crypto in addition to the usual password.

Having certs on the client only helps with the third one. If you just want the encryption, the client doesn't need them.

I got frustrated with the docs and put together this very comprehensive step by step guide:
http://mysql.wingtiplabs.com/documentation/ssl27yzv/encrypt-replication-traffic

Options: ReplyQuote


Subject
Views
Written By
Posted
3120
March 29, 2013 10:48AM
Re: ssl connection, client keys
1591
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.