[Seaside] SSL

Avi Bryant avi.bryant at gmail.com
Fri Apr 28 17:09:32 UTC 2006


On Apr 28, 2006, at 10:01 AM, Ramon Leon wrote:
>
> I don't know, maybe it's just late and I'm making a simple mistake,  
> but
> I'm stumped, anyone know how to deal with this?

Here's how I deal with this.  It's a bit hackish but it works.  In  
my :80 vhost, I have
ProxyVia Block

And then in the :443 vhost, I have
ProxyVia On

I can then check at the Seaside level whether the initial request was  
SSL or not simply by testing for the presence of the Via header, and  
generating URLs accordingly.

Cheers,
Avi


More information about the Seaside mailing list