<http://stackoverflow.com/questions/21533707/gitlab-gilabci-issue#> I have installed GitLab 6.4.3 on Ubuntu 12.04 x64 and it's working perfect; now i want to integrate it with GitlabCI, I have downloaded GitLab CI 4.1.0 and installed correctly, I successfully registered a shared runner already but when it comes to build a private project I'm having "The requested URL returned error: 502" while cloning the project. I'm using LDAP Auth and here is what gets logged on the build:
cd /home/gitlab_ci/gitlab-runners/gitlab-ci-runner/tmp/builds && git clone http://gitlab-ci-token:[email protected]_fqdn.com/my_ldap_user/tmp.git project-5 && cd project-5 && git checkout a8af75a268893b1f237bbef853d8d0e389c7fa8eCloning into 'project-5'... fatal: unable to access 'http://gitlab-ci-token:[email protected]_fqdn.com/my_ldap_user/tmp.git/': The requested URL returned error: 502 I have testing settings under Gitlab ("Test settings") and it works ok, also I have inspected Nginx and Gitlab logs and nothing gets logged on the event. If I try to clone this repo on my machine the same happens, but if I remove the gitlab-ci-token:my_token@ part it works, (cloning http://[email protected]_fqdn.com/my_ldap_user/tmp.git/ isn't working either) I hope somebody can tell me where to look or what I'm doing wrong, -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
