When Connectiong to gitlan a project is accessable/choosable, but whe we try to link it tuleap reports:
500: Internal Server Error: Error returned by the GitLab server: cURL error 56: Received HTTP code 400 from proxy after CONNECT (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://git.example.com/api/v4/projects/55
but
curl --header "PRIVATE-TOKEN: glpat-AbTe8UpTi3gfNG9amUMn" --request GET "https://git.example.com/api/v4/projects/55/"
returns a valid JSON object.