mysql_ssl_set: parameter for key
Hello
mysql_ssl_set takes the key, a certificate for the key (I guess it is the certificate for the corresponding public key), and the (trusted) certificate of a certifying authority as parameters among others.
To establish an SSL connection (from a client), only the trusted certifcate is needed -- which is understandable, as the session key is negotated as part of the initial handshake.
What is is purpose of the key and and its certificate ? Are these parameters only needed to setup the server end of an SSL connection ?
Thanks
Tilman
Subject
Views
Written By
Posted
mysql_ssl_set: parameter for key
3575
June 10, 2013 07:48AM
1633
June 19, 2013 01:48AM
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.