polar icon indicating copy to clipboard operation
polar copied to clipboard

Bug: LND fails to start after deleting TLS certs

Open jamaljsr opened this issue 2 years ago • 1 comments

Describe the bug If you start an LND node, then delete the TLS cert and key files, the node will fail to start again until Polar is restarted.

To Reproduce Steps to reproduce the behavior:

  1. Create new network with 1 bitcoind and 1 lnd node
  2. Start the network
  3. Open terminal for lnd node (alice)
  4. rm /home/lnd/.lnd/tls.*
  5. Restart lnd node (alice)

Expected behavior The node starts successfully

Desktop (please complete the following information):

  • OS: OSX Bug Sur
  • Polar Version: v1.3.0
  • Docker Version: v20.10.8
  • Docker Compose Version: v1.29.2

Additional context This issue was reported by a user in the LND Slack.

jamaljsr avatar Nov 05 '21 19:11 jamaljsr

Workaround:

if you restart polar in between restarting alice then it will turn green

setpill avatar Nov 05 '21 20:11 setpill

Damn, I'm having the same problem. :( Are you making changes to the code? I made some changes that interrupted the docker builds. I recommend going into docker and seeing if you are getting errors like I was.

amovfx avatar Nov 14 '22 22:11 amovfx