What is the name of the domain?
Related to
Cloudflare Tunnel
What is the error number?
What is the error message?
91a71ab198c26ad0
What is the issue you’re encountering
ERR Request failed error=“Unable to reach the origin service. The service may be down or it may not be responding to traffic from cloudflared: dial tcp {INTERNAL_IP}: i/o timeout” connIndex=2 dest=https://homepage.kelleycloud.io/api/hash event=0 ip={EXTERNAL_IP} type=http
What steps have you taken to resolve the issue?
- I have confirmed that internally, the application is fully responding. There are no error logs of timeouts within the application itself.
- I have pinged the gethomepage docker from my cloudflared-tunnel docker to confirm connection. At times the connection is very quick and zippy, but then appears to randomly start timeout
- Restarting the docker container temporarily solves the issues, but after 30 min or so the timeouts start to appear again
- These happens on multiple different stand-alone internal docker containers. The cloudflared-tunnel docker seems to be timing out at random connecting to each one. This can be anything from an API call to retrieving the favicon.
What are the steps to reproduce the issue?
- I have two containers within the same environment: A cloudflared-tunnel container and a gethomepage container (Not that I have about a dozen applications with identical timeout issues but let’s reduce to just focusing on gethomepage application for sake of solving the problem).
- From Tunnel itself, I’m redirecting externally from https to an internal http site. I’m utilizing the full internal IP (not localhost or docker container). Again - it works great for 10-20 minutes then starts to time out more and more until the site becomes unusable.