Fonta1n3 / FullyNoded

Self sovereign, secure, powerful, easy to use wallet that utilizes your own node as a backend. Powered by PSBT's and descriptors. Acts as an offline signer using your node as a watch-only wallet. C-Lightning compatible for instant, unfairly cheap payments.
https://fullynoded.app
Other
192 stars 37 forks source link

FN iOS fails to connect to remote LND instance: "The certificate for this server is invalid" #242

Open ExperiBass opened 1 year ago

ExperiBass commented 1 year ago

Describe the bug FN fails to connect to my LND node, complaining about the certificate being invalid. Connecting and querying via curl works perfectly.

To Reproduce Steps to reproduce the behavior:

  1. Add a LND node (lnconnect or manually, fails either way)
  2. Tap on the lightning node icon.
  3. See error

Expected behavior I would be able to view my lightning nodes info.

Device:

Additional context I noticed after saving the node and coming back that the text in the cert field is url-encoded, replacing the existing text. LND also logs the failed attempt, spitting out this message: http: TLS handshake error from x.x.x.x:57221: EOF The macaroon text is left untouched though.

Fonta1n3 commented 1 year ago

thank you, will get this fixed.