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
5156
February 06, 2014 12:44PM
2277
February 07, 2014 08:23AM
2310
February 07, 2014 09:43AM
Re: SSL don't work
2172
February 07, 2014 10:07AM
2850
February 13, 2014 07:13AM
2283
February 13, 2014 07:47AM
2321
February 13, 2014 08:10AM
2264
February 13, 2014 08:33AM
2470
February 13, 2014 08:49AM
2147
February 13, 2014 09:08AM
2217
February 13, 2014 09:24AM
2184
February 14, 2014 02:16AM
2249
February 19, 2014 07:28AM
1981
February 19, 2014 08:15AM
2730
February 19, 2014 09:17AM
1998
February 19, 2014 09:32AM
3672
February 19, 2014 09:57AM
2233
February 19, 2014 10:00AM
2727
February 20, 2014 02:40AM
2228
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.