* Loading IRCd configuration ..
* Configuration loaded without any problems ..
* Initializing SSL.
Possible error encountered (IRCd seemingly not started)
in the ircd.log: Failed to load SSL certificate server.cert.pem
The OpenSSL is installed. What's the problem? :\ I tried make pem, and isn't works.
SSL Error
-
Stealth
- Head of Support
- Posts: 2085
- Joined: Tue Jun 15, 2004 8:50 pm
- Location: Chino Hills, CA, US
- Contact:
Re: SSL Error
Failed to load SSL certificate server.cert.pem
This usually happens because you specified a different directory to install Unreal to than the directory containing the source. You need to manually copy server.cert.pem and server.key.pem to the Unreal install directory. If you do not have these files, you need to run 'make pem' from the Unreal source directory.
This usually happens because you specified a different directory to install Unreal to than the directory containing the source. You need to manually copy server.cert.pem and server.key.pem to the Unreal install directory. If you do not have these files, you need to run 'make pem' from the Unreal source directory.