Livelink firewall access denied/connection refused

Issue Summary

Azure hosted debian machine used for live links is having trouble. Enabling livelinks works mostly fine but live links break down seemingly random. In the app the live link is still enabled / active but the website itself throws 404 errors. This seems to happen for all active live links around the same time. Only 4 websites are active for now. The host is pretty blocked of of mostly everything in the firewall and I suspect the issue to be there but i have no clue what should be open and what not, weirdest part ofcourse that it does seem to work but suddenly fails after a while, it happend today that after enabling it broke down immediatly but nothing came in the logs weirdly enough. Other times it seems to run for a few days (before we notice the issue)

The log is full of errors like:

{
"thread":"main",
"name":"ConnectionRefusedError",
"level":"error",
"stack":"ConnectionRefusedError: connection refused: joyful-cactus.localsite.io:4001 (check your firewall settings)
	at TLSSocket.<anonymous> (%%appPath%%/node_modules/@getflywheel/localtunnel/lib/TunnelConnectionCluster.js:92:11)
	at TLSSocket.emit (events.js:315:20)
	at emitErrorNT (internal/streams/destroy.js:106:8)
	at emitErrorCloseNT (internal/streams/destroy.js:74:3)
	at processTicksAndRejections (internal/process/task_queues.js:80:21)",
"message":"connection refused: joyful-cactus.localsite.io:4001 (check your firewall settings)",
"timestamp":"2022-12-06T07:51:39.810Z"
}

Troubleshooting Questions

  • Does this happen for all sites in Local, or just one in particular?
    All

  • Are you able to create a new, plain WordPress site in Local and access it in a Browser?
    Seems to run perfectly fine local but not through a live link

Replication

Doubt its easily replicatable since it could be totally environment depended

System Details

  • Which version of Local is being used?
    6.5.2+6204

  • What Operating System (OS) and OS version is being used?
    5.10.0-19-cloud-amd64 #1 SMP Debian 5.10.149-2 (2022-10-21) x86_64 GNU/Linux
    Azure hosted

  • Attach the Local Log. See this Help Doc for instructions on how to do so:
    local-lightning.log (106.1 KB)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.