503 Error on GitLab CI HTTP token-based access to GitLab
Created by: jtreml
I've just upgrade installations of both GitLab and GitLab CI to the latest versions (6.4.x to 6.5.1 and 4.1.x to 4.2.2) and GitLab CI now gives the following error when trying to access GitLab to run a build:
error: The requested URL returned error: 503 while accessing http://gitlab-ci-token:XXXXXXXXXXXXXXXXXXXXX@gitlab/group1/project1.git/info/refs
fatal: HTTP request failed
This happens with ALL projects, projects that have been working flawlessly for months before the upgrade. I've double-checked all the settings, tokens, everything and couldn't track down the issue. None of the checks show anything unusual either.
Not sure if this helps, but when trying the above URL (with valid token) in a web browser it brings up the browser's native authentication dialog asking for username and password.
Any idea what might be causing this problem?