You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by Fabian Schrödter <sc...@gmail.com> on 2020/12/23 21:26:59 UTC

Guacamole 1.2 UI throws 403 and 405 for api/token and api/user

Dear Guacamole Team,

I am facing an 403 and 405 issue with the login page of guacamole. Fully logs and infos are placed at Jira (https://issues.apache.org/jira/browse/GUACAMOLE-1243?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel <https://issues.apache.org/jira/browse/GUACAMOLE-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel>).
There are no big errors in logs, but certain indications for increasing log level of the docker-container (running on K8s) to debug. Any idea how to update the log level for guacamole pods?

Big thanks in advance!

Fabian


Re: Guacamole 1.2 UI throws 403 and 405 for api/token and api/user

Posted by Mike Jumper <mj...@apache.org>.
On Wed, Dec 23, 2020, 13:27 Fabian Schrödter <sc...@gmail.com>
wrote:

> Dear Guacamole Team,
>
> I am facing an 403 and 405 issue with the login page of guacamole. Fully
> logs and infos are placed at Jira (
> https://issues.apache.org/jira/browse/GUACAMOLE-1243?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel
> <
> https://issues.apache.org/jira/browse/GUACAMOLE-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> >).
> There are no big errors in logs, but certain indications for increasing
> log level of the docker-container (running on K8s) to debug. Any idea how
> to update the log level for guacamole pods?
>

This doesn't sound like it's Guacamole returning these responses. An error
like what you're seeing would be in the logs already without any changes to
log level. There also aren't any cases where the client would cause an HTTP
405 ("Method Not Allowed") when accessing its own REST API.

Is there something on the network between the browser and Guacamole that
might be intercepting these requests and failing?

- Mike