Project

General

Profile

Actions

Bug #14210

closed

SSL - SSL Lock HTTPS Proxy ...

Added by Daniel Poetzinger almost 20 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
-
Start date:
2004-06-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.7-dev
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

SSL Lock seems not to be ficed in 3.6.1

Only Configuration is:
$TYPO3_CONF_VARS["BE"]["lockSSL"]

if it is 0 you can log into the backend. If you try to log in with a https Domain (example https://www.xxx.de/typo3) and enter username and password correct Typo3 redirects you to an unsecure url (with http instead of https) The following browser error apperas: "You are about to be redirected to a connection that is not secure...."

If lock is to 1 or 2 you are unable to access the loginbox. If it is 2 Typo3 redirects you alway to index.php in an endless loop..

Maybe that is only for Host with SSL Proxy which means one SSL configuration is shared with diffrent virtual Host in the server with help of mod_rewrite..

Therefore you could dedect an SSL - Connetion with:
$_SERVER['REMOTE_ADDR']== $sslserverip && isset($_SERVER['HTTP_X_FORWARDED_FOR'])

My suggestion is to add more configurationvalues for SSL
For example an SSLURL where you could set the entry point for the backend, this had to be keept and not redirect to an unsecure url.
(for example in phpmyadmin one could set something like this for securityreasons which is what I mean:
$cfg['PmaAbsoluteUri'] = 'https://www.xxx.de/proxydomain.de/phpmyadmin/'; )

(issue imported from #M169)


Files

0000169-sslproxy (2.19 KB) 0000169-sslproxy Administrator Admin, 2004-09-19 19:14
0000169-config_default_diff (1.73 KB) 0000169-config_default_diff Administrator Admin, 2004-09-29 16:03
0000169-t3lib_div_diffs (901 Bytes) 0000169-t3lib_div_diffs Administrator Admin, 2004-09-29 16:03

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #15135: Typo3 backend does not work with reverse proxyClosedChristian Jul Jensen2005-10-20

Actions
Related to TYPO3 Core - Bug #16395: There is a error in detecting the ssl pageClosedMichael Stucki2006-07-22

Actions
Is duplicate of TYPO3 Core - Bug #18126: Proxy servers replace REMOTE_ADDR with their own IPClosedMichael Stucki2008-02-05

Actions
Actions

Also available in: Atom PDF