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_CERT_IN_CHAIN" error behind self-signed SSL network

See original GitHub issue

The 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:

image

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.

2017-12-12T22.45.02.250Z.log

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:14 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
ditori1976commented, Mar 31, 2020

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:

>doskey lepton=c:\path_to_dir\Lepton.exe
> set NODE_TLS_REJECT_UNAUTHORIZED=0

Starting from cmd by simply typing “lepton” made it work like a charm 😃

4reactions
mgrebenetscommented, Jan 23, 2020

@marvinbelfort The best I could do so far is this shell alias:

alias lepton='NODE_TLS_REJECT_UNAUTHORIZED=0 /Applications/Lepton.app/Contents/MacOS/Lepton'

Then I can just run it in terminal as lepton& or just lepton 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 🤷‍♂️

Read more comments on GitHub >

github_iconTop 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 >

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