Page 1 of 1

Identical file port and packet port

Posted: Sat Mar 19, 2016 2:29 pm
by BitingBummer
Is it possible to have the same file port and packet port?
I want them both to be 80, as it seems that Incapsula/Cloudflare support websockets only when they are like regular http requests.

Re: Identical file port and packet port

Posted: Sat Mar 19, 2016 2:56 pm
by Kent Briggs
BitingBummer wrote:Is it possible to have the same file port and packet port?
No, they serve two different purposes (HTTP and WebSocket). Try setting one to 80 and the other to 443 (the default port for SSL connections).

Re: Identical file port and packet port

Posted: Sat Mar 19, 2016 3:00 pm
by BitingBummer
Will it work even if I'm not using https?

Re: Identical file port and packet port

Posted: Sat Mar 19, 2016 3:47 pm
by Kent Briggs
BitingBummer wrote:Will it work even if I'm not using https?
Any two ports will work as far as the poker server is concerned. Whether that works with your proxy services is up to them.