Page 1 of 1

Failed to load SSL certificate server.cert.pem

Posted: Sun Jan 29, 2006 10:31 am
by StevenHay
I Get Getting This Error When Trying To Start The IRCD
Ive Tried
make pem
and i get the following


Generating certificate request ..
req -new \
-config src/ssl.cnf -out server.req.pem \
-keyout server.key.pem -nodes
make: req: Command not found
make: *** [pem] Error 127

i used the search button :p

hope someone can help its a shell account too btw

Posted: Sun Jan 29, 2006 2:22 pm
by Syzop
openssl is (partially) missing.

You could do './Config' again and choose 'no' to SSL (and then 'make' etc).

Posted: Sun Jan 29, 2006 4:00 pm
by StevenHay
Syzop wrote:openssl is (partially) missing.

You could do './Config' again and choose 'no' to SSL (and then 'make' etc).
okay ive done that it works fine without ssl
but i want it with ssl but its giving me this error for some unknown reason

Posted: Sun Jan 29, 2006 4:34 pm
by Syzop
Most likely if you download 3.2.4-rc2 (see unrealircd.com -> downloads) you will get a better error (which you can then copypaste to your shell admin).

3.2.4-rc2 is a release candidate btw, so not meant for production servers, if you don't want to use it you can wait a few days till 3.2.4 release.