Cloudkul Support

How to solve “fatal: unable to access ‘https://192.168.1.210/something.git/’: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none”?

Add export GIT_SSL_NO_VERIFY=1 in users .bashrc file

this will skip verification of certificate

then, run source ~/.bashrc from console.

if above command is not solving your issue then you can run this command alternatively,
git config --global http.sslVerify false

 

Is this article is helpful?

People like and 0 people dislike.

If result is not found or irrelevant, Please contact us.

Submit your request

Start a Project






    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home