Project

General

Profile

Actions

Bug #70525

closed

Support for reverseProxySSL broken

Added by Alexander Jahn about 9 years ago. Updated about 6 years ago.

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

Also available in: Atom PDF