SSL handshake problem when cloning repo from self-hosted GitLab

Hi,

Getting below error when try to clone the repo with https url.

fatal: unable to access ‘https://dev.gitlab.com/API_GROUP_TEST/API_TEST8.git/’: Peer’s Certificate issuer is not recognized.

Hi @Welcomeintellect

your PC does not trust GitLab server certificate, which is quite common if you use self-signed certificates.
Check what certificate is used and if your PC trusts it’s issuer.

Thanks for the response.
I’m using the production certificate and importing the certificate in the git client tool, the same problem still persists.