Hi,
Today I found out that the guacamole.conf template file does not contain the websocket section - this degrades the performance of connections over https and moreover it is not possible to use printer redirection in rdp sessions
so it would be very cool if someone can add the following lines at the end (must be the last ‘location’ entry) of the guacamoole.conf file:
<Location /guacamole/websocket-tunnel>
Order allow,deny
Allow from all
ProxyPass ws://HOSTNAME:8080/guacamole/websocket-tunnel
ProxyPassReverse ws://HOSTNAME:8080/guacamole/websocket-tunnel
</Location>
whereas i red in the following topic that guacamole cool-solution eventually won’t be updated anymore as it eventually will be replaced by an app in appcenter which I saw in testappcenter ?
If so the app config should do that and also enable the apache2 mod proxy_wstunnel to work
rg
Christian