Replies: 1 comment
-
|
Closing this discussion as I was able to resolve the Issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Envoy Community,
We're investigating an issue where Envoy returns an HTTP 301 response for a POST request before any upstream routing attempt is made.
Environment
17600Relevant configuration:
Virtual host:
Envoy Logs
Observations
Additional Information
When calling the Envoy service directly from the nginx pod, Envoy successfully processes the request and routes it upstream, which suggests that routing and cluster resolution are generally functioning.
Questions
require_tls: allgenerate a redirect even when the original client request is HTTPS?Any guidance would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions