Actions
Bug #70525
closedSupport for reverseProxySSL broken
Status:
Closed
Priority:
Must have
Assignee:
Category:
System/Bootstrap/Configuration
Target version:
-
Start date:
2015-10-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The introduction of application classes for entry points has broken backend support for reverseProxySSL.
ServerRequestFactory::fromGlobals() relies on $GLOBALS['TYPO3_CONF_VARS']['SYS']['reverseProxySSL'] to determine whether TYPO3_SSL should be activated even though there is no active HTTPS session.
TYPO3_CONF_VARS, however, does not exist yet at this point in time.
Moving bootstrap->configure() to an earlier point should solve the problem.
Actions