mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Unhealthy connect: connection refused #429
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Neifab on GitHub (Aug 30, 2024).
Hello everyone,
Using the app since few months now on Docker, and from the begining i have this unhealthy statut, in every versions. I've tried to find the source of the problem, without success. The app is working well.
Screenshot of the error attached :
Thank you in advance for the help
@qdm12 commented on GitHub (Aug 30, 2024):
This is perhaps your firewall blocking it?
connection refusedis often a symptom of the firewall blocking it.@Neifab commented on GitHub (Aug 31, 2024):
Thank you for your reply, but i don't have any firewall in place inside my local network. The check is something occuring outside of it ? If i understand it well, the health check is trying to connect to the local host on the port 9999 to check if the app is running ok. But i don't have anything under this port. It is maybe possible to disable the fonction ?
@qdm12 commented on GitHub (Nov 21, 2024):
(sorry for the huge delay replying)
It might be that the healthcheck server is simply not running for some reason. Can you share your full logs? Thanks!