[Flow] ssl proxy and TYPO3 Flow

Martin Keck keck at bloomproject.de
Mon Nov 25 17:13:57 CET 2013


Hi all,

has anyone of you ever run a TYPO3 Flow application via an SSL proxy, which some hosters provide (instead of using a "full grown" SSL certificate).

The use case is a short running Facebook app, where a SSL connection is mandatory. 
E. g.: 
If the insecure URL would look like this: http://some-url.de/
The SSL Proxy would look like this: https://ssl.webpack.de/some-url.de/

Now calling the Flow welcome package under some-url.de works perfectly. Calling the SSL proxy results in security errors in the browser, as the page tries to load the Styles.css etc. from the insecure URL (e.g. http://some-url.de/_Resources/Static/Packages/TYPO3.Welcome/Styles/Styles.css), which means the layout gets messed up and no JS is working.

Setting the baseUri in Settings.yaml to the ssl proxy url (baseUri: https://ssl.webpack.de/some-url.de/) doesn't work either, as this results in an infinite redirection loop. 

Any idea how to solve this?

Thanks + regards
Martin




Bloom ist Branchensieger im „Jahr der Werbung" 2013. In der Kategorie
„Alkoholische Getränke“ (B2C) landete Bloom auf dem ersten Platz. Alle Infos
auf http://www.bloomproject.de/arbeiten/show/lederer-markenpositionierung/



More information about the Flow mailing list