Can't you just redirect http to https on the login page.... All other pages can be served normally either via HTTP or HTTPS, or you can have the https version forward back to http....
On 7/27/07, Sanjay <[EMAIL PROTECTED]> wrote: > > > When I've done this I've been running TG proxies behind IIS, although the > > same principle would work for Apache, or any web server. I have the HTTPS > > port proxy to TG, and I have the HTTP port just redirect to HTTPS and do > > nothing else. > > Hi Paul, thanks for showing a way out. As I understood, all the > traffic, whether it is login or just any public page, would travel > through SSL in what you have suggested. Is not so? > > If yes, is not there a method in which only login should happen > through SSL, while other pages should be served normally? > > thanks > Sanjay > > > > > -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

