mynodebtc / mynode

The easiest way to run Bitcoin and Lightning!
Other
629 stars 143 forks source link

Cannot connect to Alby with LND - ERR_UNSAFE_PORT 10080 #863

Open RiccardoBiffi opened 2 months ago

RiccardoBiffi commented 2 months ago

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

  1. On MyNode, open "Pair Wallet" and input password
  2. Choose "Lightning (REST + Local IP)"
  3. Copy the lndconnect URL
  4. On Alby, and connect a new wallet
  5. Connect to myNode > LND
  6. Paste the lndconnection URL

Expected behavior I connect my lightning node to Alby through LND.

Screenshots Error from Alby alby error

Browser error browser error

Desktop:

MyNode hardware:

Additional context Changing ports in lnd.conf brake things. Disabling TOR for the lightning node doesn't change anything.

tehelsper commented 2 months ago

This guide was written by the Alby team and they tested it at the time.

https://mynodebtc.github.io/lightning/alby.html