MySQL Forums
Forum List  »  Security

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

All the binaries that we @ mysql distribute have that. The have_openssl=disabled indicates that yours does have it as well.

Do you get any messages in the server error log when starting up your server ?

Also where exactly are you putting the above options ? And how are you staring your server ?

Make sure you put the above options in the right section of the configuration file and that this configuration file is used. I.e. check your -defaults-file/--defaults-extra-file/--defaults-group-suffix options and make sure the ssl options are found by the mysqld binary.
Based on your initial report this seems to be ok though.

Then you'll need to make sure your SSL key files are readable by server binary and that they are valid.

Validity can be established through testing them with "openssl s_client" and "s_server". Google on how this is done.

Options: ReplyQuote


Subject
Views
Written By
Posted
5223
February 06, 2014 12:44PM
2305
February 07, 2014 08:23AM
2340
February 07, 2014 09:43AM
Re: SSL don't work
2214
February 07, 2014 10:07AM
2886
February 13, 2014 07:13AM
2318
February 13, 2014 07:47AM
2344
February 13, 2014 08:10AM
2303
February 13, 2014 08:33AM
2504
February 13, 2014 08:49AM
2177
February 13, 2014 09:08AM
2243
February 13, 2014 09:24AM
2217
February 14, 2014 02:16AM
2277
February 19, 2014 07:28AM
2011
February 19, 2014 08:15AM
2761
February 19, 2014 09:17AM
2021
February 19, 2014 09:32AM
3705
February 19, 2014 09:57AM
2261
February 19, 2014 10:00AM
2839
February 20, 2014 02:40AM
2255
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.