Trying to push from local to GitHub Repo - SSL Cert Error
NBMon
Posts: 1 New member
Hi, trying to follow this first intro: How to version control a database using GitHub and SQL Source Control - Redgate Software (red-gate.com)
git exited with code: 128
git exited with code: 128
fatal: unable to access 'https://github.com/xxx/xxx/': SSL certificate problem: self signed certificate in certificate chain
Any ideas please?
Thanks in advance!
Any ideas please?
Thanks in advance!
Tagged:
Answers
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.
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