Hi again, So I increased the logging to debug for guacd.conf and noticed the FreeRDP is complaining about a missing folder to store the certs and config files.
guacd[1669]: FreeRDP initialization may fail: The current user's home directory ("/usr/sbin") is not writable, but FreeRDP generally requires a writ able home directory for storage of configuration files and certificates. guacd[1669]: guacd[1669]: WARNING:#011FreeRDP initialization may fail: The current user's home directory ("/usr/sbin") is not writable, but FreeRDP generally requires a writable home directory for storage of configuration files and certificates. so I created /usr/sbin/.config/freerdp and changed to owner to daemon since guacd is run as daemon. Certs got stored and RDP is working now! guacd[1669]: DEBUG:#011creating directory [/usr/sbin/.config/freerdp/certs] guacd[1669]: guacd[1669]: DEBUG:#011created directory [/usr/sbin/.config/freerdp/server] guacd[1669]: created directory [/usr/sbin/.config/freerdp/server] I would like to thank everyone who contributed & helped. Regards, Sam ________________________________ From: Issam Mikdashi <zzzvi...@hotmail.com> Sent: Friday, August 27, 2021 3:54 PM To: user@guacamole.apache.org <user@guacamole.apache.org> Subject: Re: RDP not working after upgrade 1.2 to 1.3 Hi Alexandre, Disabling the sound on the connection object (enable audio input mic) and/or in guacamole.properties (enable-audio-input) did not make any difference. Based on the log the negotiation failed. Regards, ________________________________ From: Alexandre Veyradier <alexan...@veyradier.com> Sent: Friday, August 27, 2021 2:52 PM To: user@guacamole.apache.org <user@guacamole.apache.org> Subject: Re: RDP not working after upgrade 1.2 to 1.3 Hi, Try to uncheck the check box « sound » in your configuration rdp shortcut. And say me the result ;-) Alexandre veyradier Le 27 août 2021 à 20:33, Issam Mikdashi <zzzvi...@hotmail.com> a écrit : Thank you for the reply Saber! I forgot about that service. It was not running permission denied on pid. I fixed that but now I am getting another error. Aug 27 14:14:04 cld-guac guacd[11021]: Loading keymap "base" Aug 27 14:14:04 cld-guac guacd[11021]: Loading keymap "en-us-qwerty" Aug 27 14:14:04 cld-guac guacd[11021]: RDP server closed/refused connection: Security negotiation failed (wrong security type?) Aug 27 14:14:04 cld-guac guacd[11021]: guacd[11021]: INFO:#011RDP server closed/refused connection: Security negotiation failed (wrong security type?) Aug 27 14:14:04 cld-guac guacd[11021]: User "@5cd9952f-2368-40a7-b1f6-972e760817a0" disconnected (0 users remain) I tried the different security modes but all gave the same error. FYI I have freerdp2-dev and freerdp2-x11 version 2.3.2. Sam ________________________________ From: Issam Mikdashi <zzzvi...@hotmail.com> Sent: Friday, August 27, 2021 1:36 PM To: user@guacamole.apache.org <user@guacamole.apache.org> Subject: RDP not working after upgrade 1.2 to 1.3 Hi, Today I upgraded my guacamole 1.2 to 1.3 running on Ubuntu 20.04 LTS and the RDP to Windows 10 is not working anymore. I can login the web interface and navigate to the connections available. However; I cannot connect to any of them anymore. My connection settings is: protocol = RDP , network hostname = ip , network port = 3389 , authentication username = ${GUAC_USERNAME} and password = ${GUAC_PASSWORD} with NLA security mode and ignore server certificate. I am receiving the following error message in my syslog. Aug 27 13:20:17 cld-guac tomcat9[3482]: 13:20:17.658 [http-nio-8080-exec-10] ERROR o.a.g.s.GuacamoleHTTPTunnelServlet - HTTP tunnel request failed: java.net.ConnectException: Connection refused (Connection refused) I can reach the Windows 10 from the server on port 3389 via telnet client. Your help is greatly appreciated! Regards, Sam