The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

SSL certificate problem

Grant Peters
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 22, 2015

I am attempting to clone my central repository from my script server which used to work in the past.  When I attempt to use 'git clone' I get the following error. How can I fix or test connectivity to my central repository from my script server? 

 

Cloning into 'prod-batch'

fatal: unable to access 'https://..........prod-batch.git/':  SSL certificate problem:  self signed certificate

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
rrudnicki
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 22, 2015

Hi Grant, 

 

Can you check if on your .gitconfig file there is the parameter sslCAInfo? In case not, please add the following:

[http]	
   sslCAInfo=C:\\Path\\To\\stash.crt

 

Another workaround would be disable the SSL Verification:

git config --global http.sslVerify false

 

Lastly, this NOT Official documentation might be useful for you:

http://www.systemroot.ca/2014/09/git-stash-set-up-self-signed-ssl-certificate-windows/

 

Regards, 

Renato Rudnicki

TAGS
AUG Leaders

Atlassian Community Events