401 Unauthorized Camunda Admin

Hi,
i have the camunda cockpit/admin/tasklist as a standalone web app deployed in 2 tomcat servers that are load balanced through f5 and nginx

The load balance points to 2 nginx servers and the nginx servers are configured to both the tomcat instances

When i try to access the camunda cockpit through the f5 url , i get a 401 unauthorized in the API that it is calling internally , but when through the app server url i am able to login

I have same issue, any idea how to resolve this problem ?

Hi,

I’ve seen this issue using a load balacer without sticky sessions.

If you use a load balancer, make sure that the proxy forward the request to the machine where the user had logged in before.

Hope this helps, Ingo

2 Likes