GIT schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) – The revocation function was unable to check revocation for the certificate.

Posted by

During a git sync, I faced this error on a corporate network. This could have multiple reasons, the most common one is a network security setting is blocking the revocation list to prevent MITM attacks.

First, check your git config if you are using the OpenSSL lib:

If the backend is not using OpenSSL, change it with the following command:

When the issue still persist, disable the revocation list check. Which is also a safe option (in my opinion).

Leave a Reply

Your email address will not be published. Required fields are marked *