I set logback to trace VNC connection *** event handler 1 20:06:57.191 [http-nio-8080-exec-1] DEBUG o.a.g.r.auth.AuthenticationService - Anonymous authentication attempt from [10.10.220.74, 127.0.0.1] failed.
RDP Connection 20:14:53.521 [http-nio-8080-exec-7] DEBUG o.a.g.r.auth.AuthenticationService - Login was successful for user "". On another Guacamole Server VNC connected. Same credentials. How can I get more detail of the failure? Many thanks From: Nick Couchman [mailto:[email protected]] Sent: 24 April 2020 20:43 To: [email protected] Subject: Re: VNC 403 JSON API On Fri, Apr 24, 2020 at 3:37 PM Adrian Owen <[email protected]<mailto:[email protected]>> wrote: Nothing is shown in catalina.out either Should I update the apache log level? What do you suggest to get at the error? yes, you might need to bump up Tomcat logging: http://guacamole.apache.org/doc/gug/configuring-guacamole.html#webapp-logging Also, note that 403 "errors" are a normal part of Guacamole Client's operation - for example, when you first visit the Guacamole web page, the back-end server issues a 403 status to the web client in order to tell the web application to display the logon page. So, just because you're receiving this on the client side doesn't mean that anything is occurring that Guacamole Client considers an error. It could be, but it may not be. -Nick
