Failed to load SSL certificate server.cert.pem

These are old archives. They are kept for historic purposes only.
Post Reply
StevenHay
Posts: 3
Joined: Sun Jan 29, 2006 10:17 am

Failed to load SSL certificate server.cert.pem

Post 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
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

openssl is (partially) missing.

You could do './Config' again and choose 'no' to SSL (and then 'make' etc).
StevenHay
Posts: 3
Joined: Sun Jan 29, 2006 10:17 am

Post 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
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post 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.
Post Reply