How can we help you today? How can we help you today?

Trying to push from local to GitHub Repo - SSL Cert Error

fatal: unable to access 'https://github.com/xxx/xxx/': SSL certificate problem: self signed certificate in certificate chain

Any ideas please?

Thanks in advance!
NBMon
0

Comments

1 comment

  • David_D
    Hello @NBMon,

    Thanks for your post.

    It seems that error code is related to Git and your SSL certificate. The easier workaround for this would be to disable Git SSL verification in the server.
    git config --global http.sslVerify false
    Please be advised disabling SSL verification globally might be considered a security risk and should be implemented only temporary.

    You can find more details about this error at this stack overflow post:
    https://stackoverflow.com/questions/11621768/how-can-i-make-git-accept-a-self-signed-certificate

    Kind regards,
    David Dang
    Product Support Engineer
    David_D
    0

Add comment

Please sign in to leave a comment.