New Question

Revision history [back]

click to hide/show revision 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.

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.