Actions
Bug #65334
closedSSL detection: better support for reverse proxies
Start date:
2015-02-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
SSL detection from GeneralUtility::getIndpEnv('TYPO3_SSL') is only done by parsing $_SERVER['SSL_SESSION_ID'] and $_SERVER['HTTPS']. Reverse proxies often set $_SERVER['X-Forwarded-Proto'], so this should be supported as well.
Updated by Christian Kuhn over 9 years ago
Need to dig up details, but i think this was denied multiple times already.
Updated by Christian Kuhn over 9 years ago
- Status changed from New to Rejected
See related issue and abandoned patch. I'll reject this issue.
Actions