Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200832 - dev-db/mysql-5.0.44-r2 - mysql server with ssl does not work if you start with /etc/init.d/mysql start
Summary: dev-db/mysql-5.0.44-r2 - mysql server with ssl does not work if you start wit...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-30 12:57 UTC by Raul khalil
Modified: 2008-01-15 15:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raul khalil 2007-11-30 12:57:26 UTC
I have this in my my.conf with mysql-5.0.44-r2
[mysqld]
 ssl
 ssl-ca   = /etc/mysql/ssl/cacert.pem
 ssl-cert = /etc/mysql/ssl/servidor-cert.pem
 ssl-key  = /etc/mysql/ssl/serv-priv.pem

When I type "#/etc/init.d/mysql start" it starts properly the server but without ssl (show variables like 'have_ssl'; return DISABLED)

When I type "#/usr/sbin/mysqld" it asks for the "PEM pass phrase" and the server starts properly with have_ssl yes.

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-30 16:36:04 UTC
This is NOT a Gentoo Bugzilla product bug; read the descriptions.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-01-15 15:15:28 UTC
You need to make SSL keys without passphrases.