Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GIT error in Azure DEVOPS - SSL certificate problem: self signed certificate in certificate chain Pushing

When pushing a commit to Azure Devops I am getting this error.

Error encountered while pushing to the remote repository: Git failed with a fatal error. unable to access 'https://[email protected]/xx/Lulo/_git/LuloBackend/': SSL certificate problem: self signed certificate in certificate chain Pushing to https://[email protected]/x/Lulo/_git/LuloBackend

First I thought it was my company network or firewall, so I switched to mobile data, but the error is the same.

The 2nd thing is that I changed recently my password for my Azure AD Account, do I have to change something in Visual Studio in the GIT settings?

Thanks

like image 419
Luis Valencia Avatar asked Oct 23 '19 11:10

Luis Valencia


1 Answers

In Visual Studio, go to Git Settings and Set Cryptographic network provider to Secure Channel

like image 67
an9elia Avatar answered Oct 19 '22 20:10

an9elia