Rather than redirect users to https://appname.appspot.com, I set up an
external server with my SSL cert and nginx reverse proxying SSL
requests to app engine - e.g. it proxies https://secure.mydomain.com
to https://myapp.appspot.com.  As far as I can tell, it works fine (in
testing).  However, it just feels like I'm maybe doing something
foolish, here.  The data is never sent unencrypted over the wire, and
the chain of trust doesn't seem to be broken (user trusts me, via my
SSL cert, and I trust myapp.appspot.com), but I figured I'd ask in
case this is an obvious "hey, don't do that, idiot!" scenario I don't
know about.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to