Hi Shane, On Wed, Jun 17, 2009 at 11:27 PM, Shane <[email protected]> wrote:
> > Hi, > > I have a test site on appspot, which I CNAME redirect to from my own > domain name, something like www.blah.com -> blah.appspot.com. > Everything works perfectly (I'm using Java as well as GWT). Your CNAME needs to be to ghs.google.com, not to your appspot domain. > > > Now, I would like to POST a login form to an HTTPS URL within my > appspot domain so I can authenticate users. Something like > https://blah.appspot.com/login. This would happen as a form action, > so not visible to the user, just plumbing behind the scenes. > > So, is it possible to do this? Or will enabling SSL on my site > disable normal HTTP requests, or disable the ability for me to CNAME > redirect from from my real domain to http://blah.appspot.com ? This will work fine. The only thing that would prohibit non-ssl connections from working is if you set the handler in question to "secure: always". -Nick Johnson > > Cheers, > Shane > > > -- Nick Johnson, App Engine Developer Programs Engineer Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
