> > Is it feasible to somehow make it appear that this is https on my > domain?
Not currently entirely with Google. It but is appently on the roadmap for AppEngine for Business. The only way currently would be to setup a HTTPS capable proxy. Your proxy receives HTTPS requests from the user, and forwards them in the background to https://app-id.appspot.com/. This would maintain encryption security as both sites of the proxy would be encrypted channels. I beleive you can setup a subdomain to point to your own server, eg use secure.domain.com for secure which go via proxy. www.domain.com goes via normal Apps proxy to AppEngine. -- 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.
