← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1446836] [NEW] incorrect SSL header used in example config

 

Public bug reported:

https://github.com/openstack/horizon/blob/master/openstack_dashboard/local/local_settings.py.example#L35
is wrong - it says 'HTTP_X_FORWARDED_PROTOCOL'.

According to https://docs.djangoproject.com/en/1.7/ref/settings/#secure-
proxy-ssl-header (and our observations / experience) it should be
'HTTP_X_FORWARDED_PROTO'.

** Affects: horizon
     Importance: Undecided
         Status: New


** Tags: low-hanging-fruit

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1446836

Title:
  incorrect SSL header used in example config

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  https://github.com/openstack/horizon/blob/master/openstack_dashboard/local/local_settings.py.example#L35
  is wrong - it says 'HTTP_X_FORWARDED_PROTOCOL'.

  According to https://docs.djangoproject.com/en/1.7/ref/settings
  /#secure-proxy-ssl-header (and our observations / experience) it
  should be 'HTTP_X_FORWARDED_PROTO'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1446836/+subscriptions


Follow ups

References