On Fri, Apr 24, 2020 at 3:15 PM Adrian Owen <[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

Reply via email to