Project

General

Profile

Actions

Bug #14144

closed

t3lib_div::getIndpEnv() erroneously detects SSL -> BE crashes

Added by Ingmar Schlecht almost 20 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2004-05-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.6.0 final
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Kasper has changed the code for SSL detection in CVS as of April 1st.

The log message was: "Fixed SSL problem and many other minor things".

See: http://cvs.sourceforge.net/viewcvs.py/typo3/TYPO3core/t3lib/class.t3lib_div.php?r1=1.26&r2=1.27

Unfortunately, this change has introduced a new bug for installations running on Microsoft IIS:
Although there is no SSL connection, the Backend sometimes redirects to https when logging in or out which results in a 404 error.

Affected versions are:
Microsoft-IIS: 5.1 and 6.0
PHP: 4.3.3, 4.3.6
php_sapi_name: isapi and cgi-fcgi

In both cases the Typo3 Debug information erroneously shows
TYPO3_SSL: 1

So the bug must be in t3lib_div::getIndpEnv()

Mailing list post about the problem:
http://typo3.org/documentation/mailing-lists/install-windows-archive/thread/46122/
(issue imported from #M62)

Actions

Also available in: Atom PDF