MySQL Forums
Forum List  »  Docs

mysql not reading SSL/my.cnf
Posted by: Ann C
Date: February 19, 2005 06:02PM

Hello,

I have mysql 4.20 running on FBSD 5.3 fine for sometime which was compiled with both --with-ssl and --with-vio. Just today, I put the appropriate lines in my.cnf to enable ssl connections with some test certs:

#ssl-ca=/usr/local/share/mysql/openssl/cacert.pem
#ssl-cert=/usr/local/share/mysql/openssl/client-cert.pem
#ssl-key=/usr/local/share/mysql/openssl/client-key.pem

I get this error when i restart mysql:

mysql: unknown option 'ssl-ca=/usr/local/share/mysql/openssl/cacert.pem'

If I check my config (show varibales) have_openssl = YES.

I have also tried just adding the ssl options starting on the command line (--ssl-ca) but with the same results.

I saw a message in the Bugs section pertaining to this, but no follow up. Can anyone offer me any help?

Options: ReplyQuote


Subject
Views
Written By
Posted
mysql not reading SSL/my.cnf
3988
February 19, 2005 06:02PM


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.