boschkundendienst / guacamole-docker-compose

Guacamole with docker-compose using PostgreSQL, nginx with SSL (self-signed)
GNU General Public License v3.0
955 stars 398 forks source link

Creation of WebSocket tunnel to guacd failed: Connection to guacd timed out. #65

Closed tecnicompsi closed 1 year ago

tecnicompsi commented 1 year ago

Hello, I have a docker installation on an alpine container that I manage with portainer. I have made the installation of guacamole as it comes in the instructions and everything seemed to go well.

When I add an RDP connection to guacamole and try to connect I get an error in the guacamole container with the following:

[http-nio-8080-exec-4] ERROR o.a.g.w.GuacamoleWebSocketTunnelEndpoint - Creation of WebSocket tunnel to guacd failed: Connection to guacd timed out.

From the guacamole container I have access to the guacd container because if I do a "curl guacd:4822" the server responds with an empty message, which means that there is a connection between them.

I have tried many things and I have not found the error, now I just did a clean installation to see if you can help me.

Thanks for your time.

tecnicompsi commented 1 year ago

Sorry, i found my fault. Bad configuration on rdp settings. Thanks for the project!!