Replies: 1 comment 2 replies
-
I would suggest you use http proxy instead. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
we just purchased a licence for rustdesk pro.
I spent the whole week trying to make rustdesk work in a very common company scenario where only standard web ports are open for outgoing connections.
What I tried to achieve was to make the relay server listen to port :443 and the id/rendezvous server listen on port :80
Although I got everything to work on the server side where I could telnet both, it is impossible to let the clients connect with these settings. It is as if there are hardcoded ports somehow because even in the client service logs I don't find any hints that there is a connection issue.
My settings for custom client:
Host: myhostname:80
API: standard https:// url behind nginx
Relay server: relay.myhostname:443
Default settings:
RENDEZVOUS_SERVER=myhostname:80
Can someone help me with this?
The only thing I found was a hardcoded 21116 port in the source code but it should work more easy?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions