-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Description
Hi all,
My context:
- kubernetes 1.2.2 (gke)
- latest docker image
- ingress like that
nothing too exotic :)
But when I was doing a curl, it always return a 301 (very frustrating).
After some debug, I find that træfik was using a bad Host header like that
Host:10.3.240.178%3a80
User-Agent:curl/7.26.0
[...]
And apache didn't like it (and he is right for one time...).
It seems that there is a problem on how is performed Host on backend 😞