Page 1 of 1

SSL clients not working

Posted: Sun Oct 02, 2005 6:49 am
by Name141
I said yes to accepting SSL clients, and also have tried telling it where OpenSSL is while ./Config ing, yet it still turns the port in to a nonsssl port and complains about a non SSL compile.

* Loading IRCd configuration ..
[warning] unrealircd.conf:102: listen with SSL flag enabled on a non SSL compile

I tried both telling it OpenSSL is in , /opt/lampp/bin/openssl , and /usr/bin/openssl . Same results.

Posted: Sun Oct 02, 2005 8:37 am
by Dukat
http://www.vulnscan.org/UnrealIrcd/faq/#8

Check the output of ./Config - most probably SSL was disabled because you do not have openssl-devel installed (only openssl).
Solution: Install openssl-devel (or whatever it is called on your operating system) using the package manager of your system.