Bug #70538
closedbackend broken over https?!?!
0%
Description
If we call our Typo3 6.2 backend over https, there are Javascript Errors and the PageTree is not shown:
Laden von gemischten aktiven Inhalten "http://mydomain.ch/typo3/ajax.php?ajaxID=ExtDirect::route&namespace=TYPO3.Components.PageTree" wurde blockiert. https://mydomain.ch/typo3temp/compressor/ext-base-c82b1e21e4f4150186b53c6c2973866e.js Line 21
the ajax calls for pagetree are using the http address instead of https.
Used Typo3 6.2.15 (official release)
Updated by Wouter Wolters about 9 years ago
- Status changed from New to Needs Feedback
We have dozens of installations running on HTTPS. Don't think this a core problem... more a configuration error.
Try to set lockSSL to 2 in the Install Tool
Updated by Alexander Jahn about 9 years ago
Are you using a proxy for SSL? Might be this issue then https://forge.typo3.org/issues/70525
Updated by Martin Borer about 9 years ago
problem solved..
was some missconfiguration of vhosts and ssl.
we've only setted SSL configuration in the default vhost entry. Looks like PHP (or FPM/FastCGI) does not like this, even if apache serves everything right, php variables like _SERVER["SERVER_PORT"] are still set to 80 over https and _SERVER["SSL_TLS_SNI"] is missing completely.
solution was to add all ssl configuration settings also in the vhost entry of the used 3rd level domain.
Updated by Georg Ringer about 9 years ago
- Status changed from Needs Feedback to Rejected
thanks for your feedback!
rejected as not being a bug of TYPO3 CMS