Re: SSL don't work
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.
Subject
Views
Written By
Posted
5033
February 06, 2014 12:44PM
2243
February 07, 2014 08:23AM
2269
February 07, 2014 09:43AM
Re: SSL don't work
2139
February 07, 2014 10:07AM
2798
February 13, 2014 07:13AM
2239
February 13, 2014 07:47AM
2283
February 13, 2014 08:10AM
2229
February 13, 2014 08:33AM
2433
February 13, 2014 08:49AM
2119
February 13, 2014 09:08AM
2186
February 13, 2014 09:24AM
2147
February 14, 2014 02:16AM
2210
February 19, 2014 07:28AM
1947
February 19, 2014 08:15AM
2686
February 19, 2014 09:17AM
1950
February 19, 2014 09:32AM
3628
February 19, 2014 09:57AM
2208
February 19, 2014 10:00AM
2641
February 20, 2014 02:40AM
2187
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.