0

Strange issue with two machines both setup the same.

One can run code commit fine, the other can't - it gets the following error:

fatal: unable to access 'https://git-codecommit.eu-west-1.amazonaws.com/v1/repos/xxx/': SSL certificate problem: unable to get local issuer certificate

When running the command:

git clone codecommit://alias@pipeline-name

Now to add confusion, when the machine that has the SSL error has ZScaler disabled it works.

However the machine that works has ZScaler enabled.

Both machines have the same ZScaler profiles.

Both machines use the same VPN.

1 Answer 1

1

I added my Zscaler Cert to the Git CA store and I was able to bypass the error.

Run git config http.sslCAInfo to get the location of your CA store and then concatenate your Zscaler cert to this file.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.