SSL clients not working

These are old archives. They are kept for historic purposes only.
Post Reply
Name141

SSL clients not working

Post 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.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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.
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Post Reply