-1

I have installed Bamboo server in my environment and monitor the application through New Relic. After upgrading of the server, the server is now giving these errors :

         httpResponseCode   401
         httpResponseMessage    os_authType was 'any' and an invalid cookie was sent.

Googled about the solution, found out that these errors occur when multiple users are logged-in to the portal. So, removed all the users who were logged-in, but the result was same. So any help regarding this will be appreciated.

harrymc
  • 498,455

2 Answers2

0

Elapsed cookies can cause some servers to return a 401 error code.

It is possible that the server upgrade has caused all existing cookies to be invalidated.

Try to renew your login or cookies. You might need first to delete in the browser all existing cookies of your website.

harrymc
  • 498,455
0

The os_authType with 'any' happens only if a username and password are not specified and there is no valid cookie, the server will return a 401 error response.

Sunil
  • 1