BitBucket

Revision as of 09:35, 10 April 2020 by Rasimsen (talk | contribs) (Created page with " =Problems/Answers= ==SSL certificate problem: Unable to get local issuer certificate== '''Cause''' This error occurs when a self-signed certificate cannot be verified. '''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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