Re: Host header in Nginx proxy 400 Bad request

2016-10-21 Thread Jonathan Yu
Hi David, Are your pods in the same project, or different projects? If the same project, you can communicate directly with the destination pod using its service address (*.cluster.local) rather than its external hostname. Can you provide some more detail regarding your application architecture?

Host header in Nginx proxy 400 Bad request

2016-10-21 Thread David Strejc
I got Nginx in Pod in one project and I am setting Host header inside proxy which points to other Pod in Open Shift. When I set this header I got 400 bad request response from Nginx. Does HAProxy inside OpenShift HAProxy router reset Host header? If it does - is there any workaround? David Stre