Fast Reverse Proxy Rejects Connection - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Fast Reverse Proxy Rejects Connection (/t-fast-reverse-proxy-rejects-connection) |
Fast Reverse Proxy Rejects Connection - Delta - 2024-11-12 I read the documentation, and there’s a section about using a Reverse Proxy for remote access. I’d like to use FRP (Fast Reverse Proxy). In other projects, TCP works properly. My problem is that the connection was rejected. I tried to rule out FRPC/FRPS errors:
Code: serverAddr = "serverIPAddress" Do you have any suggestions? Thank you in advance! RE: Fast Reverse Proxy Rejects Connection - TheDreadPirate - 2024-11-12 Their documentation doesn't make clear what port FRP will use when you don't define a remote port. Does it just use port 80/443? RE: Fast Reverse Proxy Rejects Connection - Delta - 2024-11-12 (2024-11-12, 10:18 PM)TheDreadPirate Wrote: Their documentation doesn't make clear what port FRP will use when you don't define a remote port. Does it just use port 80/443? Yes. In FRPS, you need to set the vhostHTTPPort (80, 443) so that FRPC can use the HTTP type. RE: Fast Reverse Proxy Rejects Connection - Delta - 2024-11-13 (2024-11-12, 10:40 PM)Delta Wrote:(2024-11-12, 10:18 PM)TheDreadPirate Wrote: Their documentation doesn't make clear what port FRP will use when you don't define a remote port. Does it just use port 80/443? UPDATE: As a test, I tried
|