SSL / ZIPLINKS Problem

These are old archives. They are kept for historic purposes only.
Post Reply
BzR
Posts: 6
Joined: Mon Apr 11, 2005 9:19 am

SSL / ZIPLINKS Problem

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

Post by Dukat »

Check the output of the configscript - most probably SSL and ZIP support was deactivated because you are missing some required libraries.
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
BzR
Posts: 6
Joined: Mon Apr 11, 2005 9:19 am

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

Post 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
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
BzR
Posts: 6
Joined: Mon Apr 11, 2005 9:19 am

Post by BzR »

OHH YESSS it's working now with *.-devel packages

many many many thx
BzR
Posts: 6
Joined: Mon Apr 11, 2005 9:19 am

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

Post by Dukat »

If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
BzR
Posts: 6
Joined: Mon Apr 11, 2005 9:19 am

Post by BzR »

PERFECT

i find the problem

ok it's working 100%

SSL/IPv6/ziplink

many mnaymany thxxxxxxxxxx
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Good :D
Enjoy :wink:
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
BzR
Posts: 6
Joined: Mon Apr 11, 2005 9:19 am

Post by BzR »

kiss :)
Post Reply