Bug #14144
closedt3lib_div::getIndpEnv() erroneously detects SSL -> BE crashes
0%
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)