-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since update to 0.1.2, services sporadically returning a 404 page not found
in plain text
#125
Comments
Maybe it's an incompatibility with IP v6 in your stack. Try disabling it with the environment variable |
Thanks for the prompt response, @pedrobaeza. We'll attempt this with our staging environment. Just for our info/for me to develop an intuition when similar problems like this arise: why is it that IPv6 incompatibility is causing a sporadic issue? Sometimes the pages load successfully, sometimes the proxy fails to find the service (returns a "404 Not Found"). And things look stable for hours after redeploying the socket-proxy until the sporadic/intermittent issue happens again. I understand if this question may be too vague/the answer highly depends on other components in the infrastructure. We appreciate the library and your team's work! |
Sorry, I can't say. It's just an intuition knowing that not everything is prepared for IPv6. |
Does the error go away or you have to redeploy? What does I have a similar issue and found that dockerproxy just seems to stop for unknown reason. The end of my log looks like. (The
In the past I have even forked this repo and made a similar setup using the 'lts' or 2.8.x release of HAProxy, with the same results. From what I have found, ONLY haproxy 1.9 doesn't exit for an unknown reason after a random amount of time. |
Can you maybe propose a PR to update to HAProxy 1.9? |
This was just changed so a new PR to downgrade might be confusing. Perhaps @stumpylog saw this in testing? |
You should share more context of your environment. Knowing the version of Docker and what system you run it on (kernel version if linux) can be helpful context for maintainers. Suspected cause (soft limit for FDs above
|
...which makes us think it's an issue with traefik/proxy stack.
Force-redeploying the socket-proxy seems to make things stable for a while so we're thinking it could be an issue with the latest socket-proxy.
We use:
Let us know if there's any other info needed.
The text was updated successfully, but these errors were encountered: