Hi, I have just configured a certificate for our own custom domain (VIP) and it is working fine, but Android browsers are rejecting to connect.
Investigating, it seems that I should include the full chain of intermediate CAs to the uploaded PEM file, but that's not possible since AppEngine only allows at most two certificates in the PEM file. Our Comodo certificate has a chain composed of five CAs. If I try to upload the full PEM file, AppEngine complains that the format is not supported. The working certificate can be seen at https://koliseo.com. You can test it with: openssl s_client -showcerts -connect www.koliseo.com:443 Desktop browsers are OK with it, but Android (Froyo and Honeycomb) will just refuse to connect. Any ideas? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/AvvSXY6BrugJ. 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.
