MySQL Forums
Forum List  »  Security

SSL on Windows
Posted by: Russel James
Date: September 08, 2014 03:23PM

Hi,

Trying to set up SSL connection on Windows Environment.

mysql Vars showing as :
have_openssl DISABLED
have_ssl DISBALED
ssl_ca ca-cert.pem
ssl_capath
ssl_cert server-cert.pem
ssl_cipher
ssl_key server-key.pem

Are ssl_capath, ssl_cipher manadatory ?
The openssl files have been verified successfuly.


I pasted the cert files into the 'C:\Program Files\MySQL\MySQL Server 5.5' directory (where the ini file is also). Is it OK to do this?

my.ini file looks like :

[mysqld]
log-bin=mysql-bin
server-id=1

ssl-ca=ca-cert.pem
ssl-cert=server-cert.pem
ssl-key=server-key.pem

What else do I need to do ?

Options: ReplyQuote


Subject
Views
Written By
Posted
SSL on Windows
4884
September 08, 2014 03:23PM
1493
September 09, 2014 12:48PM


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.