boschkundendienst / guacamole-docker-compose

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

ERROR o.a.g.s.GuacamoleHTTPTunnelServlet - HTTP tunnel request failed: java.net.ConnectException: Connection refused #91

Closed ostrolucky closed 7 months ago

ostrolucky commented 7 months ago

I repeatedly keep getting this

image

docker compose logs say

guacamole_compose           | 12:19:17.622 [http-nio-8080-exec-8] ERROR o.a.g.s.GuacamoleHTTPTunnelServlet - HTTP tunnel request failed: java.net.ConnectException: Connection refused (Connection refused)
guacamole_compose           | 12:19:22.045 [http-nio-8080-exec-1] ERROR o.a.g.w.GuacamoleWebSocketTunnelEndpoint - Creation of WebSocket tunnel to guacd failed: java.net.ConnectException: Connection refused (Connection refused)
m3tc0n commented 7 months ago

I'm getting the same error. Do you have a solution yet?

ostrolucky commented 7 months ago

Issue was that when adding connection I was accidentally filling in "Remote desktop gateway" section.

m3tc0n commented 7 months ago

OK, that doesn't help me. I filles in the 'network parameters' but I still get this error. It worked just fine for a couple of weeks ago.

boschkundendienst commented 7 months ago

I did a quick test and everything works as expected. Based on your error message it seems there is some internal communication problem. Are you maybe running SELinux or something which might prevent internal connections between the containers. And just to ask did you try this with a brandnew setup or are you struggling with your existing one? Anyways, this project ist not here to be run in production!