Ticket #782 (defect)
Opened 7 months ago
Last modified 3 months ago
Consider using X-Forwarded-Ssl as well as X-Forwarded-Proto when determining scheme for the proxy tool
Status: closed (fixed)
| Reported by: | lakin | Assigned to: | rdelon |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
I can't find much documentation on either header:
Although it seems that one is from lighttpd and one is from apache.
Change History
02/04/08 11:12:19: Modified by fumanchu
03/17/08 15:53:21: Modified by fumanchu
- milestone set to 3.2.
Oops. X-Forwarded-Ssl is 'on' not 'https'. So yeah, we'd have to add new logic to handle it.
06/08/08 16:56:40: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.
Fixed in [1980].


The nice thing is, we don't have to consider it--the user can:
If you feel that option needs better documentation, that'd be a reasonable resolution.