Re: ssl connection, client keys
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
Subject
Views
Written By
Posted
3222
March 29, 2013 10:48AM
Re: ssl connection, client keys
1665
April 18, 2013 03:03PM
1481
May 08, 2013 02:59AM
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.