-
Notifications
You must be signed in to change notification settings - Fork 61
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
Connection string format? #302
Comments
Joule doesn't parse LNDConnect URLs, you'll need to split it out into its pieces. The URL should just be the Unfortunately I don't have an Umbrel node so I can't give super detailed instructions, sorry! |
Also for what it's worth, I should probably start supporting LNDConenct URLs! I originally did not because they mostly used the gRPC API port, not the HTTP one, so that could be confusing. But it's worth at least trying if someone pastes one in. |
Not working with HTTP, because Umbrel sends back "Client sent an HTTP request to an HTTPS server." While HTTPS://My-IP:8080/v1/getinfo works directly in the browser (after I click advanced->proceed)... but Joule gets stuck there, since there's no valid cert... showing below:
Not sure what else to try... but If I figure something else out, I'll post back here.. |
Did you read those instructions? You can either click thru to the link and override the warning, or if you go to that URL you should be able to download the SSL certificate and add it to your local machine as a trusted cert. Instructions on how to do the latter are dependent on your OS and browser combination. |
Sorry - this isn't really a bug... maybe just a question.
I can't figure out how to connect Joule to Umbrel. I grabbed from Umbrel the lndconnect REST url, which is like: http://IP:8080?cert=&macaroon=
... but that gives a 'bad request' error. What is the expected URL format?
The text was updated successfully, but these errors were encountered: