Changes between Version 1 and Version 2 of Ticket #50339, comment 4
- Timestamp:
- 06/11/2020 09:56:26 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50339, comment 4
v1 v2 6 6 I believe the appropriate HTTP field should be HTTP_X_FORWARDED_PROTO instead, when it is set to `https`. 7 7 8 #31288 has a list of four such fields that are in use in the wild. Would this be a case of check for either of any of them, or selecting one of them?8 #31288 has a list of four such fields that are in use in the wild. Would this be a case of checking for either of any of them, or selecting one of them? 9 9 10 10 I think the end result should be to avoid editing `setup-config.php` in order to make it run behind a TLS Termination Proxy.