Page 1 of 1

SSL / ZIPLINKS Problem

Posted: Mon Apr 11, 2005 9:35 am
by BzR
Hi ALL:

I have a problem to start the unrealircd 3.2.3 with SSL option and ZIPLINK option with mandrake 10.1 distro

here si my conf:

#Client SSL#
listen *:7000 {
options {
ssl;
clientsonly;
};
};

# Link servers #
listen *:6700 {
options {
ssl;
serversonly;
};
};

here is the error message for SSL:
- [warning] unrealircd.conf:48: listen with SSL flag enabled on a non SSL compile

Config for ZLINK:

link ***.***.*** {
username *;
hostname ::ffff:**.***.***.***;
bind-ip *;
port 6700;
hub *;
password-connect "****";
password-receive "****";
class servers;
options {
ssl;
zip;
};
};

and the error message for ZipLINK
- [warning] links.conf:29: link ****.****.*** with ZIP option enabled on a non-ZIP compile

it s strange, i have enabled SSL and ZipLINK options with ./Config and the ./Config scritp will generate a SSL certificate with no problems ... but the ircd will not start with SSL ....i understand

Do you want to support SSL (Secure Sockets Layer) connections?
[Yes] ->

Do you want to enable ziplinks support?
[Yes] ->

sorry for my bad english, i m french

Edit: works good with unreal 3.2.1 and mandrake 9.1 distro SSL/ZIPLINK/IPv6 are ok

I have test to compile unreal ircd 3.2.1 in Mandrake 10.1, same problem for errors messages.

Posted: Mon Apr 11, 2005 9:39 am
by Dukat
Check the output of the configscript - most probably SSL and ZIP support was deactivated because you are missing some required libraries.

Posted: Mon Apr 11, 2005 9:45 am
by BzR
SSL are good, unreal ircd will generate SSL key successfully

it's very strange

what is the libraries names and path required ? (exactly for verifing)

Edit:
# Where is your openssl binary
OPENSSLPATH=/usr/bin/openssl

this OK

Posted: Mon Apr 11, 2005 10:24 am
by Dukat
As I said - check the output of the script, please.

You'll need not only the open-ssl binaries but the devel-files, too.
On mandrake:
urpmi libopenssl0.9.7-devel (or something similar)

Same for zlib... You'll need zlib and zlib-devel

Posted: Mon Apr 11, 2005 10:45 am
by BzR
OHH YESSS it's working now with *.-devel packages

many many many thx

Posted: Mon Apr 11, 2005 10:56 am
by BzR
v3.2.3
using TRE 0.7.2 (GPL)
using OpenSSL 0.9.7d 17 Mar 2004
using zlib 1.2.1.1

* Loading IRCd configuration ..
* Configuration loaded without any problems ..
* Initializing SSL.


hummm apparently it s ok but i dont can connect

the deamon is not started :/

Posted: Mon Apr 11, 2005 11:02 am
by Dukat

Posted: Mon Apr 11, 2005 11:06 am
by BzR
PERFECT

i find the problem

ok it's working 100%

SSL/IPv6/ziplink

many mnaymany thxxxxxxxxxx

Posted: Mon Apr 11, 2005 11:07 am
by Dukat
Good :D
Enjoy :wink:

Posted: Mon Apr 11, 2005 11:58 am
by BzR
kiss :)