On Friday, April 8, 2022, 06:20:05 PM GMT+2, Victor Martinez 
<[email protected]> wrote: 

> The error is:
> INFO o.a.g.t.h.RestrictedGuacamoleHTTPTunnelServlet - Using HTTP tunnel (not 
> WebSocket). Performance may be sub-optimal. 

You may need /websocket-tunnel. I have this:

        <Location /websocket-tunnel>
            Require all granted
            ProxyPass wss://localhost:8443/guacamole/websocket-tunnel
            ProxyPassReverse wss://localhost:8443/guacamole/websocket-tunnel
        </Location>

>> The 1.4.0 release tightened SAML request validation.
>> 
>> Rather than leverage your reverse proxy to rewrite the path from 
>> "/guacamole" to "/", I would recommend just reploying the webapp at the 
>> desired path to begin with, and 
>>reconfiguring your reverse proxy accordingly. The webapp can be deployed 
>>directly at "/" by renaming the .war file to "ROOT.war".

So with that in mind, one cannot have more than one backend on the reverse 
proxy?

Vieri



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to