Bug #22916
closedRTE not loading when using forceHTTPS option
0%
Description
When using the (undocumented) configuration option forceHTTPS the siteURL is appended twice. So the URL for classesURL will look like this:
https://myhost.domain.tldhttps://myhost.domain.tld/....
This happens in RTE in TYPO3 4.3.3
I had to use forceHTTPS because of a special setup with SSL termination, where the requests from the browser go to a Loadbalancer which terminates the SSL connection and sends out a http request to the webserver behind
(issue imported from #M14766)
Files
Updated by Stanislas Rolland over 14 years ago
Thanks for the patch.
Committed to SVN TYPO3core branch TYPO3_4-3 (revision 7954).
Please test your installation with current trunk or TYPO3 4.4 RC1. I think the forceHTTPS option would not be necessary anymore as all url's are now relative.
Updated by Stanislas Rolland over 14 years ago
I am afraid that the initial patch may break some installations. The attached follow-up patch will limit the change to the case where option forceHTTPS is used.
Updated by Stanislas Rolland over 14 years ago
Follow-up patch committed to branch TYPO3_4-3 (revision 7956).