I'm facing this issue "SSL certificate problem: self signed certificate in certificate chain"

vinodh kumar subbareddy September 4, 2023

git -c diff.mnemonicprefix=false -c core.quotepath=false fetch --tags origin
fatal: unable to access 'https://xyz.git/': SSL certificate problem: self signed certificate in certificate chain
Completed with errors, see above.

1 answer

1 accepted

0 votes
Answer accepted
vinodh kumar subbareddy September 5, 2023

I found fix. 

Follow below steps:
step1: open SourceTree application

step2: click on Action in toolbar 


step2.png

step3: click on Open in Terminal

 

step3.png

 

step4: Copy paste below text and click on enter key
git config --global http.sslVerify false

 

This fixes the issue

Thanks 

Vinodh 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events