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.

Self Signed Certificate Chain Error - Reversion

See original GitHub issue

Description

After desktops auto update this morning i can no loner push, pull or clone via my companies enterprise GitHub server. The below error is thrown

Fatal: unable to access ‘https://github.mycompany.com/myname/myrepo.git/’: SSL certificate problem: self signed certificate in certificate chain.

Changing the http.sslBackend as recommended in an earlier appearance of this issue (https://github.com/desktop/desktop/issues/2514) between “schannel” and “openssl” changes the error message slightly, but still has the same problem. schannel: CertGetCertificateChain trust error CERT_TRUST_IS_UNTRUSTED_ROOT

Version

  • GitHub Desktop: 1.2.1
  • Operating system: Windows 10

Steps to Reproduce

  1. GitHub Enterprise on a closed intranet system.
  2. Update to V1.2.1
  3. Perform Push, Get, or clone

Expected Behavior

Desktop operates as usual

Actual Behavior

Fatal error ‘SSL certificate problem: self signed certificate in certificate chain’ for openssl and ‘CertGetCertificateChain trust error CERT_TRUST_IS_UNTRUSTED_ROOT’ for schannel

Additional Information

This self signed cert issue also exists under command line git with the common googl-able workarounds being hit and miss. https://stackoverflow.com/questions/11621768/how-can-i-make-git-accept-a-self-signed-certificate https://stackoverflow.com/questions/39004750/how-to-solve-ssl-certificate-self-signed-certificate-when-cloning-repo-from-git

In accordance with the guidance on https://github.com/desktop/desktop/issues/4738 Anti virus is an enterprise version managed by IT. as far as i can tell it’s not been changed in the last 3 days.

Logs

2018-05-30.desktop.production.log

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
iennaccacommented, Aug 2, 2018

+1; Windows 7 Enterprise, Service Pack 1; using IE 11.09600, but was doing a clone from Github Desktop.

1reaction
cristinamghitacommented, Jun 12, 2018

Hi!

@nerdneha , I got same issue, with github desktop version 1.2.3 and windows 7, service pack 1.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Solve error "self-signed certificate in certificate chain"
The error happens when you're trying to access My Ledger, adding a new account or during Genuine Check in Ledger Live. self_signed_certificate.
Read more >
SSL Error: SELF_SIGNED_CERT_IN_CHAIN' while using ...
The error SELF_SIGNED_CERT_IN_CHAIN means that you have self signed certificate in certificate chain which is basically not trusted by the system.
Read more >
SSL certificate problem: self signed certificate in certificate chain
The error that I get, SSL certificate problem: self signed certificate in certificate chain, indicates that the root certificate used by Git/ ...
Read more >
Openssl "Self-signed certificate in certificate chain" when ...
I try to test this chain with openssl s_client command and I get Verify return code: 19 (self signed certificate in certificate chain)...
Read more >
QRadar: Custom SSL certificate troubleshooting - IBM
Administrators who install custom SSL certificates on the QRadar Console can use this article to troubleshoot and verify common certificate issues.
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