We have a client app on a tablet accessing GAE, and we want to install
the *.appspot.com certificate so every time the client app accesses
GAE for data transfer it won't prompt the user to accept the
*.appspot.com certificate.  Actually, we don't ever want the user to
be prompted, so we want to install the certificate with the app.

The problem is that we're trying to have that client app access a
different version of our app behind the scenes:

different-version.latest.my-app.appspot.com

Google's certificate is for *.appspot.com so even though we install
that certificate, it doesn't match

*.latest.*.appspot.com

and the user is being prompted every time the program tries to access
GAE.  We need SSL, so we can't get around this by simply using our own
domain instead of appspot.com, and we wanted to reserve the root
version of the application for our human user web app, but it seems
like the only way we can avoid this is by having the tablet
application access GAE via

my-app.appspot.com

Does anyone know of a workaround for this?  Thanks so much...

-- 
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.

Reply via email to