Comment 1 for bug 999960

Revision history for this message
Tihomir Trifonov (ttrifonov) wrote :

Horizon needs to know that the traffic is being redirected from HTTPS. Usually this is done using headers:

X-FORWARDED-PROTO: https
or
HTTP_X_FORWARDED_PROTO: https

Make sure the proxy sends some of these to Horizon.