[Chilli] SSL on Chili
Wichert Akkerman
wichert at wiggy.net
Thu Nov 19 21:06:57 UTC 2009
On 11/19/09 21:33 , Gergely Kiss wrote:
> Here is my idea: let's redirect all HTTPS requests to a HTTPS-enabled
> Apache server which will then point the browser to the login screen
> (HTTP) via the UrlRewrite module.
The problem with this is SSL certs: every single https request will go
to your server, which will not have a valid SSL cert for the requested
page. Which means users will always get a nasty security warning.
Wichert.
More information about the Chilli
mailing list