Is your Haproxy configured to consistently route requests from the same browser/address to the same container (sticky sessions)?

If not, then you are probably successfully authenticating against one container (receiving a valid authentication token for *that* container), but then subsequent requests are randomly routed to different containers that do not know about that token.

- Mike

On 12/16/23 17:52, Remush wrote:
It seems like Im getting 403 error for tokens.
Even sometimes when just loading the page and all the time when trying to login with guacadmin.

Yes it sits behind a Haproxy

On Sun, 17 Dec 2023, 3:48 Michael Jumper, <[email protected] <mailto:[email protected]>> wrote:

    On 12/16/23 11:44, Remush wrote:
     > I'll try to explain my deployment abit.
     >
     > So there are 3 Guacamole Containers pointing to a postgres cluster.
     > When accessing the ip of the containers I get the Guacamole UI,
     >

    Is there anything in front of those containers? Are they behind a
    balancer of some kind?

    - Mike

    ---------------------------------------------------------------------
    To unsubscribe, e-mail: [email protected]
    <mailto:[email protected]>
    For additional commands, e-mail: [email protected]
    <mailto:[email protected]>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to