[Zope-CMF] Making only specific views delivered through https
Raphael Ritz
r.ritz@biologie.hu-berlin.de
Fri, 09 May 2003 15:39:00 +0200
Gitte Wange wrote:
>
>I read in the archives a surgestion on rewriting the urltool to handle the
>stuff for returning https urls for the login proces but I'm not sure whether
>it will work for the type views ??
>Anyone tried this before ?
>
>
>
I didn't try this myself but from what I understand from this HowTo
http://www.dzug.org/SchreibMit/ZopeFaq/Virtual%20Hosting/Zope%2C%20Apache%20als%20Chaching%20Proxy%20und%20sicheres%20Login
one way for doing this might be to use the "SSLAbsoluteURL" product.
Then it might be sufficient to define a property for the respective
object or view
with name "SSL", typ "Boolean", value "on" to enforce delivery via SSL.
Keep us updated on your progress.
Raphael