On Tue, Jan 4, 2022, 00:34 Piviul <[email protected]> wrote: > Il 04/01/22 06:53, Piviul ha scritto: > > Hi Nick, thank you very much; there is a way to know the version I > > have installed? I think I have the 1.1 version of guacamole on a > > debian buster... > ok, I can confirm, I have the 1.1 version. Now I have compiled the > server, replaced the client and replaced the extensions but i get the > following error when I try to connect to an rdp connection: > [2022-01-04 09:08:35] [info] 09:08:35.687 > [https-openssl-nio-8443-exec-2] ERROR > o.a.g.w.GuacamoleWebSocketTunnelEndpoint - Creation of WebSocket tunnel > to guacd failed: java.net.ConnectException: Connection refused > (Connection refused) > [2022-01-04 09:08:35] [info] 09:08:35.778 > [https-openssl-nio-8443-exec-1] ERROR o.a.g.s.GuacamoleHTTPTunnelServlet > - HTTP tunnel request failed: java.net.ConnectException: Connection > refused (Connection refused) >
This means guacd is not running or is not listening on the expected address. Do you think that it is better to upgrade from 1.1 to 1.4 upgrading one > release at time i.e. 1.1->1.2 and then 1.2->1.3 and finally 1.3->1.4? > No, there are no incremental changes that would need to be layered like that. You can go directly from any 1.x release to any other 1.x release. - Mike
