Project

General

Profile

Actions

Bug #70538

closed

backend broken over https?!?!

Added by Martin Borer over 8 years ago. Updated over 8 years ago.

Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2015-10-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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)

Actions #1

Updated by Wouter Wolters over 8 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

Actions #2

Updated by Alexander Jahn over 8 years ago

Are you using a proxy for SSL? Might be this issue then https://forge.typo3.org/issues/70525

Actions #3

Updated by Martin Borer over 8 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.

Actions #4

Updated by Georg Ringer over 8 years ago

  • Status changed from Needs Feedback to Rejected

thanks for your feedback!

rejected as not being a bug of TYPO3 CMS

Actions

Also available in: Atom PDF