SSL / ZIPLINKS Problem
Posted: Mon Apr 11, 2005 9:35 am
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.
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.