"SELF_SIGNED_CERT_IN_CHAIN" error behind self-signed SSL network
See original GitHub issueThe more we know about your system and use case, the more easily and likely we can help.
Environment info
-
OS: Win 10
-
App Version (
Command/Ctrl + ,
): Who knows / Doesn’t matter: Who knows: Theres no way to tell from the application when its stuck not logging in Doesn’t matter: The behavior is the same between 1.5.0 and 1.5.1-alpha
Description of the problem / feature request / question:
No version of Lepton has never logged in to GitHub for me. I have deleted the C:\Users<username>\AppData\Roaming\Lepton\ folder multiple times - it has zero effect
If possible, provide a sample gist or screenshot:
If possible, provide the log files
- Mac:
~/Library/Application Support/Lepton/logs
- Windows:
C:\Users\<username>\AppData\Roaming\Lepton\logs
- Linux:
~/.cached/Lepton/logs
The debug mode is recommended when producing the logs. You can send your log file to cosmo.lepton@gmail.com if don’t want to post it here.
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (3 by maintainers)
Top Results From Across the Web
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 >Understanding Self-Signed Certificate in Chain Issues on ...
It means that the certificate attached to the package is a way to be sure that the package was not modified from the...
Read more >npm install fails with SELF_SIGNED_CERT_IN_CHAIN
This task fails with an error SELF_SIGNED_CERT_IN_CHAIN (please find detailed error below). ... reason: self signed certificate in certificate chain
Read more >FIX: Self-signed certificate in certificate chain error
For some time now, developers encountered a SELF_SIGNED_CERT_IN_CHAIN error during installing and publishing packages in certain applications ...
Read more >6 Ways to fix : SSL certificate problem: self signed ... - Jhooq
It is one of the most common scenario where you sitting behind corporate firewall. All the traffic is intercepted by corporate firewall and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Had the same issue. Spent ages trying to find the error and solution for a windows machine in a company network. Thanks for pointing this direction. For windows my solution was:
Starting from cmd by simply typing “lepton” made it work like a charm 😃
@marvinbelfort The best I could do so far is this shell alias:
Then I can just run it in terminal as
lepton&
or justlepton
and keep the terminal tab open, or there are other ways.Ideally though, Lepton should allow turning of SSL verification or specifying self-signed certs in
~/.leptonrc
or accept the Chromium’s--ignore-certificate-errors
. Or I don’t know, trust the certs if they are marked “always trust” in OS X keychain 🤷♂️