dbTalk Databases Forums  

ssl on mysql 4.0.x

comp.databases.mysql comp.databases.mysql


Discuss ssl on mysql 4.0.x in the comp.databases.mysql forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default ssl on mysql 4.0.x - 08-04-2006 , 05:39 PM






I am trying to get ssl to work with mysql
My system is: mysql Ver 12.22 Distrib 4.0.27, for sun-solaris2.9
(sparc)
Followed the steps in "5.8.7.4. Setting Up SSL Certificates for MySQL"
and
made sure I used the same CN fields (although I previously tried other
things.)
I am putting all of the cert files in the default file, which seems to
be picked up.
In otherwords if I run mysql --help, I see:

ssl TRUE
ssl-key /home/m/client-key.pem
ssl-cert /home/m/client-cert.pem
ssl-ca /home/m/cacert.pem
ssl-capath (No default value)
ssl-cipher (No default value)

When I run mysql> SHOW VARIABLES LIKE 'have_openssl';
+---------------+-------+
Quote:
Variable_name | Value |
+---------------+-------+
have_openssl | YES |
+---------------+-------+

But alas, when I run \s, I get
SSL: Not in use

and mysql> SHOW STATUS LIKE 'Ssl_cipher';
comes back empty.

If I run mysqladmin variables, all that comes back with ssl in is:
Quote:
have_openssl | YES
but the ssl-ca and the like are not to be found.
The Mysql daemon has permissions to read the certs.


Any ideas?
Thanks in advance,
Shelby



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.