question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Error] InitializeSecurityContext failed: Unknown error (0x80092013)

See original GitHub issue

hi i can’t clone repository in desktop.

desktop error

Cloning into '...\abolfazl-ziaratban\azDoublyLinkedList'...
fatal: unable to access 'https://github.com/abolfazl-ziaratban/azDoublyLinkedList.git/': schannel: next InitializeSecurityContext failed: Unknown error (0x80092013) - The revocation function was unable to check revocation because the revocation server was offline.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:19 (5 by maintainers)

github_iconTop GitHub Comments

13reactions
shiftkeycommented, Dec 27, 2017

@kunalrsinha

As a workaround, you can revert to the classic OpenSSL behaviour by opening the repository in a shell and running these two commands.

$ git config --global http.sslBackend "openssl"
$ git config --global http.sslCAInfo [path to .pem file]

The PEM file distributed by the cURL team should do the trick.

11reactions
es3commented, Feb 20, 2018

Copy cert path from configuration git

git config http.sslCAInfo Return Example: “C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt”

Add to global configuration

git config --global http.sslBackend “openssl” git config --global http.sslCAInfo “C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt”

Read more comments on GitHub >

github_iconTop Results From Across the Web

curl: (35) schannel - Unknown error (0x80092013)
curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092013). I have a Cisco ISE application which does posture of ...
Read more >
The revocation function was unable to check ... - Stack Overflow
Anyway this bug suggests that an option to turn revocation checking off was merged and is available in git 2.16.1.windows.4.
Read more >
schannel: next InitializeSecurityContext failed: Unknown error ...
schannel: next InitializeSecurityContext failed: Unknown error (0x80092013) The revocation function was unable to check revocation because the revocation ...
Read more >
git - revocation server was offline - Visual Studio Feedback
On VS 2017 git is failing to clone repository when using windows certificate ... next InitializeSecurityContext failed: Unknown error (0x80092013) - The ...
Read more >
Out of solutions: InitializeSecurityContext failed (0x80092013)
... unfortunately this morning I got this error when I tried to login ... InitializeSecurityContext failed (0x80092013): Unknown error ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found