mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Webscoket(TCP 21116, is it Relay?) connection is broke behind reverse proxy #3059
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#3059
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JobberRT on GitHub (Oct 19, 2024).
Bug Description
First of all, I've submit a issue in the reverse proxy's repo : https://github.com/fatedier/frp/issues/4501 And I've test that the reverse proxy works(because other webscoket server works behind the reverse proxy, only
hbbrandhbbs).Behavior
HBBS log
HBBR log
How to Reproduce
Expected Behavior
I can connect to the controlled client using the reverse proxy (Of course I mean controlling client is in a different network than the controlled client)
Operating system(s) on local side and remote side
Ubuntu 24.04 with Docker Engine V27.0.3
RustDesk Version(s) on local side and remote side
1.1.12(Server) -> 1.3.1(Client)
Screenshots
Rustdesk connection timeout(Stuck at connecting for a long time and then turns into an error: Timeout)
Wireshark packages if controlling client is in the same network as the controlled client(no matter direct-peering is enabled, keep using the private ip and Success)
Wireshark packages if controlling client is not in the same network as the controlled client(Failed)
Additional Context
No response
@rustdesk commented on GitHub (Oct 19, 2024):
#763