Error 500 with cloning through https after upgrade to 10.7.2-ce.0

Summary

Error 500 with cloning through https after upgrade to docker image 10.7.2-ce.0

Steps to reproduce

  • Install 10.7.2-ce.0 docker image in place of 10.6.4-ce./
  • Launch a build with gitlab-ci or clone a repository using https
  • experiment the 500 error
florck@pc [/tmp] % git clone https://secret.net/Docker/itop-pro itop-pro.git                            - (14:21)
Cloning into 'itop-pro.git'...
warning: redirecting to https://secret.net/Docker/itop-pro.git/
error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500 Internal Server Error
fatal: The remote end hung up unexpectedly

What is the expected correct behavior?

florck@pc [/tmp] % git clone https://secret.net/Docker/itop-pro itop-pro.git                    - (14:21)
Cloning into 'itop-pro.git'...
warning: redirecting to https://secret.net/Docker/itop-pro.git/
remote: Counting objects: 3771, done.
remote: Compressing objects: 100% (40/40), done.
remote: Total 3771 (delta 30), reused 34 (delta 16)
Receiving objects: 100% (3771/3771), 41.66 MiB | 3.80 MiB/s, done.
Resolving deltas: 100% (957/957), done.

Through a rollback to 10.6.4, everything is working well again.

Thank you