Fatal: unable to access 'https: after upgrade to 10.1

Hello

I have problem with CI jobs after upgrade gitlab to 10.1.
Gitlab cant clone repo

Running with gitlab-runner 10.1.0 (c1ecf97f)
  on runner-glb (e3c704f9)
Using SSH executor...
Running on LTX005 via 92cb9d4f165a...
Fetching changes...
HEAD is now at 34830af Merge branch 'develop' into 'test'
fatal: unable to access 'https://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@domain/proj/bank.git/': Problem with the SSL CA cert (path? access rights?)
ERROR: Job failed: Process exited with: 1. Reason was:  ()

There is no problem when I try the same url with my personal token
I also checked my certificate chain which is ok (ssllabs A+)

Certificate chain
0 s:/CN=*…
i:/C=US/O=GeoTrust Inc./CN=RapidSSL SHA256 CA
1 s:/C=US/O=GeoTrust Inc./CN=RapidSSL SHA256 CA
i:/C=US/O=GeoTrust Inc./CN=GeoTrust Global CA
2 s:/C=US/O=GeoTrust Inc./CN=GeoTrust Global CA
i:/C=US/O=GeoTrust Inc./CN=GeoTrust Global CA
Verify return code: 0 (ok)

Hi.
This seems to be problem with project specific token.
Token stops working and my tries of regenerate new one nothing change.
If i provide my personal token in “Runner token” everything works.
How to solve this?

Similar problem here also after upgrading to 10.1 and it is still present in 10.2. I’m using a shared runner with ssh. Cloning succeeds but all fetches after this fail like this:

Running with gitlab-runner 10.2.0 (0a75cdd1)
  on gitserver (cf75516a)
Using SSH executor...
Running on vm1404 via gitserver...
Fetching changes...
HEAD is now at 4b8e35c Update .gitlab-ci.yml
fatal: unable to access 'https://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx@domain/paul.jaehne/testpaul.git/': Problem with the SSL CA cert (path? access rights?)
ERROR: Job failed: Process exited with: 1. Reason was:  ()

Does anyone have a solution for this?

I opened an issue for this: https://gitlab.com/gitlab-org/gitlab-runner/issues/2950.

Hi. My solution was to remove gitlab-runner at all and then register new one.
After that all started working.