How to fix double logins / failed logins authenticating against Crowd / JIRA

Sebastian Kouba September 3, 2018

tl;dr

If you need a second login attempt with any of your Atlassian Applications authenticating against Crowd or JIRA reduce your load balancer / reverse proxy timeouts!

HaProxy and AWS Load Balancer

I’ve seen two systems where logins from Confluence and HipChat would constantly fail on the first attempt and then succeed on the second.

Error messages were along the lines of:

User Directory 'JIRA test Server' is not functional during authentication of 'zf2wyft'. Skipped.

This was for an environment with HaProxy as reverse proxy. Confluence would try to authenticate against Crowd and often, but not always fail on the first attempt. The workaround in that case was to target the local ip instead of the load balancer.

But then the problem appeared again when using the AWS Classic Loadbalancer. In that case HipChat and Confluence were authenticating against JIRA. The symptoms were the same. I coincidentally found that reducing the timeout on the Load Balancer fixed the problem. We went from 3600s, as per Atlassian AWS Cloudformation Template to 60s. Problem solved.

So I went back to the HaProxy system and changed the timeouts there also:

We went from:
timeout connect 50s
timeout client 500s
timeout server 500s
To:
timeout connect 10s
timeout client 60s
timeout server 60s

Once again, problem solved.

I was in contact with support in both cases and we were all stumped so I thought it put this into a googleable place...

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events