BitBucket


Problems/Answers

SSL certificate problem: Unable to get local issuer certificate

Cause This error occurs when a self-signed certificate cannot be verified.

Workaround Tell git to not perform the validation of the certificate using the global option:

git config --global http.sslVerify false

Resolution

https://confluence.atlassian.com/bitbucketserverkb/ssl-certificate-problem-unable-to-get-local-issuer-certificate-816521128.html