You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
We have an HTTPRoute that is supposed to catch all traffic of a Gateway with a certain path, regardless of the host. Our Gateway has two listeners, one for a main domain, e.g. dev.business.domain.io and one for all of its subdomains *.dev.business.domain.io. We always get a 404 when we
Specify the hostnames of both listeners in the HTTPRoute
Don't specify any hostnames in the HTTPRoute
Routing is successful when we specify the subdomains explicitly. To me it seems like a bug that both cases above do not resolve.
I'm not sure this is a duplicate. I'm aware of the issue and already implemented the workaround of having dedicated certificates for both listeners, in order to get around the connection coalescing.
Description:
We have an HTTPRoute that is supposed to catch all traffic of a Gateway with a certain path, regardless of the host. Our Gateway has two listeners, one for a main domain, e.g.
dev.business.domain.io
and one for all of its subdomains*.dev.business.domain.io
. We always get a 404 when weRouting is successful when we specify the subdomains explicitly. To me it seems like a bug that both cases above do not resolve.
Repro steps:
Environment:
Gateway 1.2.4 with corresponding envoy version
Logs:
The text was updated successfully, but these errors were encountered: