Description of problem: The official ose-ha-proxy image for the router in OSE3 misses the x-forwarded header (both protocol, host and port), so the example jenkins app doesn't work fine. Version-Release number of selected component (if applicable): 3.0 How reproducible: Always Steps to Reproduce: 1.When accessing jenkins via https, it redirects sometimes to http because the missing x-forwarded header. 2. 3. Actual results: missing x-forwarded header Expected results: x-forwarded header shall be present in order to avoid issues. Eg- When accessing jenkins via https, it redirects sometimes to http because the missing x-forwarded header. Additional info:
This is fixed via https://github.com/openshift/origin/pull/4705 - should be in the next OSE release.
verified this bug on haproxy images id: f3efd662337a oc v3.0.2.903-114-g2849767 kubernetes v1.2.0-alpha.1-1107-g4c8e6f4 jenkins app works well