Hi all,

I need help with the websocket

I did the apache 2.4.43 configuration correctly from mod_proxy_wstunnel.so


But I still receive the message :server: 15: 52: 23.715
[http-bio-8443-exec-16] INFO o.a.g.t.h.RestrictedGuacamoleHTTPTunnelServlet
- Using HTTP tunnel (not WebSocket). Performance may be sub-optimal.

I don't know what I'm missing anymore. What can it be ?

Is there a sensitive difference in using the websocket or not?

Follow conf:

<Location /guacamole>
    Order allow,deny
    Allow from all
    ProxyPass http://server:8080/guacamole/ flushpackets=on
    ProxyPassReverse http://server:8080/guacamole/
</Location>

 <Location /guacamole/websocket-tunnel>
    Order allow,deny
    Allow from all
    ProxyPass ws://server:8080/guacamole/websocket-tunnel
    ProxyPassReverse ws://server:8080/guacamole/websocket-tunnel
 </Location>

Thank you !

-- 
Henri Alves Godoy
Tecnologia da Informação e Comunicação
Faculdade de Ciências Aplicadas - FCA
Universidade Estadual de Campinas - UNICAMP
Fone: (19) 3701-6682

Reply via email to