Hi Rene
How does your listen block for servers look like in unrealircd.conf? It should look similar like
listen {
ip 127.0.0.1; //or any other ip
port 6000;
options { serversonly; }
}
check there if you possibly have set tls in the options directive and remove it if it exists, because you have set SSL to no in services.conf.
Wthout knowing exactly how your network setup looks like, you can also try to remove
outgoing {
bind-ip *; /* or explicitly an IP if you have a shell provider, as mentioned in step 1 */
hostname xx.xxx.xxx.xx; /* or if 'beta.test.net' does not exist then you can use an IP or something like 'beta.dyndns.org' */
port 6000; /* the special SSL server port we opened up earlier */
options { };
};
from link services.igamerpg.de