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
If i request my node on port 80 with a host that is not specified in any ingress config i get the result code 302 "Found" with the same location as i requested but instead of http it uses https.
I understood ssl-redirect="false" like it should disable this behavior. But the strange thing is that when i use a host in a ingress that then the behavior is gone for that host.
If i request http://foo.bar/ or http://bar.foo/ i get a response from the ingress-default-backend (google_containers defaultbackend).
But when i request http://example.com i get the 302 page again.
Did i miss something? I only want to get the defaultbackend's 404 response in that cases too.
If i request my node on port 80 with a host that is not specified in any ingress config i get the result code 302 "Found" with the same location as i requested but instead of http it uses https.
I understood ssl-redirect="false" like it should disable this behavior. But the strange thing is that when i use a host in a ingress that then the behavior is gone for that host.
If i request
http://foo.bar/
orhttp://bar.foo/
i get a response from the ingress-default-backend (google_containers defaultbackend).But when i request
http://example.com
i get the 302 page again.Did i miss something? I only want to get the defaultbackend's 404 response in that cases too.
I use the canary tag.
Request
ConfigMap
Ingress
haproxy-deamonSet
The text was updated successfully, but these errors were encountered: