Bug #14210
closedSSL - SSL Lock HTTPS Proxy ...
0%
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