EACS03: get healthz endpoint: Get "": dial tcp 127.0.0.1:443: connect: connection refused
Hello I have some trouble with coder health check, I'm able to get "OK" message on both the host, and on my client machine. Currently running coder inside container without tls (behind traefik). Can someone help me troubleshoot what's going on?
Here is how I run health check (on host):
so I dont understand how connection at localhost 443 was refused, can someone help?
4 Replies
What are you creating this issue for?
Here is more info (docker logs with
egrep health
):
Ok i think I figure it out the reason but not quite sure how to proceed, im running coder in container with tls disable so it using my custom port 7778, and I guess running it behind traefik make the health misunderstood what the real address is to do health check?
Need some help here please, my set up is at follow:
coder in container > traefik > cloudflare tunnel, it's working fine for months, but after I tried doing stuff with adguardhome it messed up now 😅
nvm guys I fixed it, I forgot I did change the /etc/systemd/resolved.conf DNS=127.0.0.1 , i guess it some how mess up with the coder healthz@Phorcys closed the thread.