Bug #1499
HTTPS env var should be "on" when using mod_extforward and the X-Forwarded-Proto header is set.
| Status: | Fixed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | mod_extforward | |||
| Target version: | 1.4.19 | |||
Description
mod_extforward should parse the "X-Forwarded-Proto" header. If it is equal to "https", this should be stored in the connection variable somewhere (i.e. the is_ssl variable should be set to 1). However, simply setting is_ssl to 1 breaks the server, so there should be another way to make mod_fastcgi set the HTTPS environment variable.
-- Thomas Steinacher <tom
History
Updated by glen about 1 year ago
- Status changed from New to Fixed
- Resolution set to fixed
Committed revision r2052