I tried it last year using Squid on EC2 as a proof of concept. It worked well.
Now I'm in the process of putting it in production. Phil, I'd be happy to compare notes next week or so if you wish. On Jul 1, 2:52 am, TL <[email protected]> wrote: > You would need to set this HTTP proxy outside of app engine. For > example, Squid on amazon EC2. The proxy would be set as reverse proxy, > and should point to your appspot secure domain (to ensure that you > have HTTPS connection all the way to your app). I imagine you would > also need to tell app engine to make your app accessible on > bothwww.mydomain.comand secure.mydomain.com (via the proxy). You should > also harden the configuration of the proxy to ensure that it allows > only the URLs that must be on HTTPS, such as the login form > submission, but not other URLs. > > Your session cookies need to be configured to move between the > domains, and over HTTP and HTTPS. This may not be that simple to > configure. > Having said all that, I did not actually try it, I am not sure that it > would work. When I write this is starts looking to me like a big can > of worms. > > On Jun 30, 11:01 am, Phil <[email protected]> wrote: > > > > > Does anyone have experience setting up an https capable proxy? I > > don't even know where to start. Searching found a number of proxy > > lists and instructions to setup a regular http proxy. Maybe I'm not > > looking for the right thing here? > > > Thanks! > > Phil -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
