MySQL Forums
Forum List  »  Newbie

Failed to Setup SSL warning
Posted by: joshmo169 .
Date: January 07, 2012 08:07AM

Hello, I am running mysql 5.5.14 server on Ubuntu 11.10 and I have been trying to setup ssl I get the following in the log;

120107 15:30:17 [Warning] Failed to setup SSL
120107 15:30:17 [Warning] SSL error: SSL_CTX_new failed

I have checked permissions and everything seems to be okay. Here is the output of
the "show variables like '%ssl%'" command
+---------------+----------------------------+
| Variable_name | Value |
+---------------+----------------------------+
| have_openssl | DISABLED |
| have_ssl | DISABLED |
| ssl_ca | /etc/mysql/ca-cert.pem |
| ssl_capath | |
| ssl_cert | /etc/mysql/server-cert.pem |
| ssl_cipher | ALL |
| ssl_key | /etc/mysql/server-key.pem |
+---------------+----------------------------+

Any help will be appreciated..

Options: ReplyQuote


Subject
Written By
Posted
Failed to Setup SSL warning
January 07, 2012 08:07AM
January 09, 2012 12:06PM
January 17, 2012 08:58AM


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.