Open UpperCenter opened 2 years ago
I'm not able to get a connection with the
nc -ul 52101
commands.
In that case it is some misconfiguration on pfSense for port forwarding, has nothing to do with neko app itself.
Thanks for the reply, do you know if it's possible or practical to proxy the UDP ports with Nginx?
It is not HTTP traffic but RTP. So cannot be proxied as HTTPs via Nginx. The port is needed in order to connect to RTP, so it needs to be directly exposed.
@m1k1o is there no way around this? Proxying via HTTPs would allow access through tighter networks that don't allow other ports.
I don't think WebRTC supports connection via HTTPs. I did not even find anything about it online.
Hi all,
I'm running Neko behind pfSense and Nginx for the frontend. I'm currently not able to get a UDP connection. My traffic flow basically is:
For clarity, the UDP ports are port forwarded via NAT in pfSense directly to the Neko server, bypassing Nginx. The frontend of the site works, but I'm not able to login. Does anyone have any suggestions? I'm not able to get a connection with the
nc -ul 52101
commands. Here's mydocker-compose
Nginx Config:
Thanks