This is a known restriction with the certs, but one way to work around it is to substitute the string '-dot-' for the actual '.' in the URL. So, you can use https://version-dot-myappid.appspot.com instead.
On Sat, Nov 5, 2011 at 5:07 AM, pamela fox <[email protected]> wrote: > Heyaz - > > When I visit https://version.myappid.appspot.com in the browser, it > shows a security warning (on Android it says "The name of the site > does not match the name on the certificate."). When I visit > https://myappid.appspot.com, its fine. I suspect the name is meant to > be *.*.appspot.com to match the version, but I don't know much about > SSL certificate names. Is this a known issue? > > I ask because I suspect it's killing my XMLHttpRequests in Android, > which means I won't be able to use a different version on Android as > I'd hoped. > > Thanks! > > -- > 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. > > -- 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.
