1 | initial version |
You mean FreeRDP or FreeRDP-WebConnect?
The former uses a TCP/IP protocol, which as such can be proxied for example via low level SSH tunnel for example.
The latter uses HTTP and HTTPS, with a persistent websocket connection used for the RDP traffic.
Persistent websockets need some care in order to be proxied. In the Squid case for example, read_timeout and client_lifetime settings need to be set accordingly.
2 | No.2 Revision |
You mean FreeRDP or FreeRDP-WebConnect?
The former uses a plain TCP/IP protocol, which as such can be proxied for example via low level e.g. a SSH tunnel for example.tunnel.
The latter uses HTTP and HTTPS, with a persistent websocket connection used employed for the RDP traffic.
Persistent websockets need some care in order to be proxied. In the Squid case for example, read_timeout and client_lifetime settings need to be set accordingly.
We have plans to publish some guidelines on this topic soon.