Nothing is shown in catalina.out either Should I update the apache log level? What do you suggest to get at the error?
Many thanks From: Nick Couchman [mailto:[email protected]] Sent: 24 April 2020 20:33 To: [email protected] Subject: Re: VNC 403 JSON API On Fri, Apr 24, 2020 at 3:15 PM Adrian Owen <[email protected]<mailto:[email protected]>> wrote: Using JSON API. I occasionally get 403 Forbbidon when I post to get the Auth Token. It only happens with VNC connection. When I try RDP connection its ok. Is there way to get more information? I ran guacd with –L trace to terminal. But get nothing is logged? guacd does not handle the REST API in any way, so that's not going to help you determine why you're getting 403 errors. You need to look at the Tomcat output (catalina.out, usually) for that. Also, note that, by default, tokens expire after 60 minutes, so it's possible you're hitting that timeout and just attributing it to a particular protocol even though it's just timing out and becoming invalid. -Nick
