[TYPO3-english] http/https scheme in preview
Christian Nölle
noelle at uni-wuppertal.de
Wed Mar 14 10:14:04 CET 2012
Am 14.03.2012 10:03, schrieb Philipp Gampe:
> Yes, that is how it is defined in the code. If the domain records is SSL or
> it is not, but we are on SSL, then use SSL for preview.
> On the one hand I can understand that we force HTTPS if it is already
> enabled, on the other hand that leads to a lot of trouble.
Yep, this is even worse in our case. As we are maintaining several
installations on one machine, we are forced to use custom https-ports
for our Backends using NameVirtualHosts in Apache.
This leads to the situation, that https://backend_1.foo.bar:1234 holds
the domain for bar.foo. Preview will generate a link as https://bar.foo
which will result in a) a certificate missmatch and b) talking to a
different hosts, as https://bar.foo:443 (which is the generated link in
fact) is a different vHost on Apache :/
> So please file a bug report that this needs to be changed.
Done that.
http://forge.typo3.org/issues/34820
--
-c
More information about the TYPO3-english
mailing list