On Sun, Sep 1, 2019 at 11:37 AM Halil Karakose <[email protected]> wrote:
> Here is my observation about the installation: > > I installed both guacd and guacamole web application on the same machine. > > I can telnet to 4899. > Are you sure you don't mean 4822? ... > Following exception is displayed in Tomcat logs: > 18:31:14.918 [http-nio-8080-exec-4] DEBUG > o.a.g.w.GuacamoleWebSocketTunnelEndpoint - Error connecting WebSocket > tunnel. > org.apache.guacamole.GuacamoleUpstreamTimeoutException: Connection to > guacd timed out. > ... > So, is my rdp credentials wrong? > You need to check your guacd logs. Only guacd is aware of anything RDP-specific, not Tomcat or the web application. The error you're seeing from the web application suggests that it simply cannot connect to guacd, not necessarily that there is a problem with the configuration of the RDP connection. The logs from guacd should provide the details you need. - Mike
