https for a few pages/components.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

https for a few pages/components.

Paul DeBruicker
Hi --

 From googling and reading I know I can encrypt all traffic to and from
my application using a reverse proxy and changing #serverProtocol and
#serverPort for the whole application.

I would like the page that renders the sign-in component to be served
over https, but all other pages that don't have that component can just
be served over http.  Its not too costly to just serve everything over
https.  I'm just curious if its straightforward to do.


Can #serverPort or #serverProtocol be configured for a few components,
similar to how the title can be set through #updateRoot: in the component?



Thanks in advance

Paul
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: https for a few pages/components.

Philippe Marschall
2011/2/14 Paul DeBruicker <[hidden email]>:

> Hi --
>
> From googling and reading I know I can encrypt all traffic to and from my
> application using a reverse proxy and changing #serverProtocol and
> #serverPort for the whole application.
>
> I would like the page that renders the sign-in component to be served over
> https, but all other pages that don't have that component can just be served
> over http.  Its not too costly to just serve everything over https.  I'm
> just curious if its straightforward to do.
>
>
> Can #serverPort or #serverProtocol be configured for a few components,
> similar to how the title can be set through #updateRoot: in the component?

Nope, we have an open issue for something similar [1] but nobody so
far has shown any interest.

 [1] http://code.google.com/p/seaside/issues/detail?id=97

Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside