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!
Rogue Connection Issues
-
Kent Briggs
- Site Admin
- Posts: 6011
- Joined: Wed Mar 19, 2008 8:47 pm
Re: Rogue Connection Issues
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
Re: Rogue Connection Issues
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 