Rogue Connection Issues

For discussion of the Poker Mavens server module and other administration topics
Post Reply
cincoseis
Posts: 4
Joined: Sun Jul 21, 2024 7:16 pm

Rogue Connection Issues

Post by cincoseis »

I am working on setting up Poker Mavens behind NGINX, and I am getting 'Rogue connection on port 9090 rejected from (my router)' errors. Is there a way to whitelist IPs to get around the rogue connection filter? That's the last thing I need sorted to get everything working.

Thanks!
Kent Briggs
Site Admin
Posts: 6011
Joined: Wed Mar 19, 2008 8:47 pm

Re: Rogue Connection Issues

Post by Kent Briggs »

That log entry occurs when something makes a connection to your websocket port but doesn't complete the websocket protocol. Why is your router doing that? There's no whitelist function but you can turn it off under System tab -> Log Settings -> Log rogue connections
cincoseis
Posts: 4
Joined: Sun Jul 21, 2024 7:16 pm

Re: Rogue Connection Issues

Post by cincoseis »

Ahh I'm dumb. It wasn't my router, it was my nginx proxy manager being flagged as rogue, I misread the IP. It was failing to serve the websocket through the reverse proxy but I got it fixed :D
Post Reply