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 "Unknown error (0x80092013)" on push/pull to Enterprise instance

See original GitHub issue

Description

Unknown error (0x80092013)

Version

GitHub Desktop version: Was 0.8, issue started after upgrading to 1.0.7

OS version: Windows Server 2012 R2 DataCenter Edition

Steps to Reproduce

  1. Attempt to push or pull to/from Enterprise repository

Expected behavior: Push/Pull completes without error

Actual behavior: Error from developer console:

git -c credential.helper= push origin master:master --progress exited with an unexpected code: 128. fatal: unable to access ‘https://redacted address of github enterprise instance.git/’: schannel: next InitializeSecurityContext failed: Unknown error (0x80092013) - The revocation function was unable to check revocation because the revocation server was offline.

Reproduces how often: 100% since upgrading to 1.0.7

Logs

Additional Information

I’m new to github and GitHub Desktop and the web interface is all I’m familiar with. If I choose “Repositort\View on GitHub” the repository opens successfully in a browser window.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

9reactions
happywinocommented, Nov 8, 2017

Switching to openssl resolves the issue, as does this .gitconfig addition

[http “https://weak.example.com”] sslVerify = false

9reactions
shiftkeycommented, Nov 7, 2017

The version of Git embedded in Desktop uses the Windows SChannel APIs for validating certificates as part of the HTTPS handshake. We’ve had various reports of this failing due to other tools being installed alongside, like anti-virus programs. As @j-f1 suggested, see what else you have installed that might be interfering.

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]

If your GitHub Enterprise server has internal SSL certificates, you’ll need to extract them into a PEM file and put them somewhere on your local machine. Otherwise, the PEM file distributed by the cURL team should do the trick.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[FIX] iTunes Store Error Code 0x80092013 on Windows
To do this, follow the instructions below: Close iTunes along with any associated instances. Open up a Run dialog box by pressing Windows...
Read more >
git - The revocation function was unable to check ...
When trying to push my latest changes to GitLab from the GitHub desktop client I receive this error? I've never received this before...
Read more >
How To Fix Unknown Error Occurred 0x80092013 iTunes on ...
This Tutorial Helps to How To Fix Unknown Error Occurred 0x80092013 iTunes on Windows 10#iTunes#Fix0x80092013#Windows10Thanks Friends For ...
Read more >
itunes store error 0x80092013 windows 7
I suspect the itunes error is related to a broken certificate chain. "CertVerifyCertificateChainPolicy failed with error 0x80092013". (log file ...
Read more >
Solved: EV Error :- cannot connect to Webserver - VOX
Reason: Cannot contact the web server. Try again later. Unknown error 0x80072F19" I have tried from multiple machines but this works only from ......
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