Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL cert error instructions #26

Merged
merged 1 commit into from
Nov 13, 2018
Merged

SSL cert error instructions #26

merged 1 commit into from
Nov 13, 2018

Conversation

wbobeirne
Copy link
Member

Closes #19.

What This Does

Improves the experience for users connecting to nodes (mainly local) that have self-signed certificates. It displays some text that explains what the error may be, and how to solve it. Unfortunately, there is no granularity to the information of why a requests failed (We just get "TypeError: Failed to fetch" which is the same error you get for many reasons.) So we just display the help text no matter what.

It's also worth noting that the instructions @brandoncurtis provided in #19 seemed to be OS-specific, so I went for the quick-and-easy approach of just telling the user to have the browser ignore the cert issue.

Ideally, this issue will be solvable in the future with either better extension permissions (Just ignore the cert error) or some better ssl cert procedure during lnd setup.

Screenshots

screen shot 2018-11-12 at 11 49 27 pm

@wbobeirne wbobeirne merged commit 17ba831 into master Nov 13, 2018
@wbobeirne wbobeirne deleted the cert-instructions branch November 13, 2018 04:56
wbobeirne pushed a commit that referenced this pull request Oct 13, 2020
Upgrade cross-env: 5.2.0 → 7.0.2 (major)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant