Open
Description
Describe the bug
I cannot connect my lightning node to Alby through LND. I get immediately a "failed to fetch" and, when I open the provided link to check for SSL errors, the browsers returns an ERR_UNSAFE_PORT. The mynode LND connect url has port 10080, which looks like is reserved for "amanda" protocol by Chrome. I see this port is set on lnd.conf with restlisten=0.0.0.0:10080
and restlisten=[::]:10080
Reproduction steps
- On MyNode, open "Pair Wallet" and input password
- Choose "Lightning (REST + Local IP)"
- Copy the lndconnect URL
- On Alby, and connect a new wallet
- Connect to myNode > LND
- Paste the lndconnection URL
Expected behavior
I connect my lightning node to Alby through LND.
Desktop:
- Chrome v124.0.6367.119
- Edge v124.0.2478.80
MyNode hardware:
- Raspi5
- MyNode v0.3.28
Additional context
Changing ports in lnd.conf brake things. Disabling TOR for the lightning node doesn't change anything.
Activity