MySQL Forums
Forum List  »  Security

Re: SSL don't work
Posted by: Georgi Kodinov
Date: February 13, 2014 07:47AM

The log line
SSL error: Unable to get private key from 'C:/Program Files/MySQL/MySQL Server 5.6/certs/server-key.pem'

Is where your problem is. This is what needs to get fixed.

Two ideas :

1. temporarily move your keys and cert files to c:\, update your ini file and try like this. If this works you've misspelled the paths.
2. Start the server in a command prompt console (check the --console option to mysqld.exe) and see if the error is gone. If this works this means that whatever user is running the mysqld service can't open the keys.

Options: ReplyQuote


Subject
Views
Written By
Posted
5111
February 06, 2014 12:44PM
2270
February 07, 2014 08:23AM
2296
February 07, 2014 09:43AM
2167
February 07, 2014 10:07AM
2840
February 13, 2014 07:13AM
Re: SSL don't work
2271
February 13, 2014 07:47AM
2312
February 13, 2014 08:10AM
2255
February 13, 2014 08:33AM
2459
February 13, 2014 08:49AM
2140
February 13, 2014 09:08AM
2210
February 13, 2014 09:24AM
2179
February 14, 2014 02:16AM
2240
February 19, 2014 07:28AM
1972
February 19, 2014 08:15AM
2723
February 19, 2014 09:17AM
1992
February 19, 2014 09:32AM
3666
February 19, 2014 09:57AM
2230
February 19, 2014 10:00AM
2699
February 20, 2014 02:40AM
2221
February 20, 2014 02:57AM


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.