Hi, I´m trying to run Guacamole on some restricted network. On the normal network it is working well, but on restricted network (there is general problem with using Websockets). I´m not able to see any picture (connection is established, because Windows 10 on the other site will be locked after connection).
I´m using reverse proxy to disable any WS communication (I have a rule to send location /websocket-tunnel to 404). I tried to compare "ok" state and this state. Only what I find is the response code from Websocket connection to 'ws://<server>:<port>/websocket-tunnel'. In both cases this call failed, but in "ok" state it will fail without any message, but in second case, it will fail with message: Error during WebSocket handshake: Unexpected response code: 500. I tried to redirect all 500 codes to 404, but without success. Can you please help me with this? I don´t know if it is an application error (bug), or if my setup is wrong or if Guacamole cannot be used on "WebSocket restricted" networks at all... Thanks Alex.
