Page 1 of 1

Error having server listen on 443.

Posted: Wed Jul 30, 2008 4:56 pm
by kromix
SO I'm trying to have my server listen for connections on 443.

I specified the IP:443 instead of just *:443 as others have mentioned, still not working,

I get Error binding stream socket to IP <hiddenIP> port 443.

What causes this and what can I do to make it work I need that port to be working, I have seen and used other irc servers that allow that port to work, what can be causing this and what can I do to fix it?

Re: Error having server listen on 443.

Posted: Thu Jul 31, 2008 7:09 am
by Jobe
If you're running Unreal on a *nix computer you need root privileges to bind to any port UNDER 1024.

As a regular user (most/all shell hosts only provide regular user access) you can only bind to ports above 1024

Additionally using port 443 for IRC isn't a good idea anyway bearing in mind port 443 is reserved/assigned for use for HTTPS.