1

I have setup a CNAME on godaddy for my appengine domain, ie:

store.example.com

If I access via HTTP, it works fine, if however I access it via HTTPS, it seems to partly load and then just hang. I've notived though if I go direct to the appengine url, ie:

https://example-store.appspot.com - it loads fine.

Is there something I'm missing with my CNAME setup?

Regards

Chris

4

2 に答える 2

4

Nope, nothing's missing, appengine just doesn't support ssl on non-appspot domains yet. But enabling support for it is at the top of their todo list.

于 2011-02-23T09:47:13.617 に答える
2

App Engine has now launched SSL for Custom Domains. You can choose from either SNI or VIP based SSL. Wildcard and multi domain certificates are supported which allow you to use your certificates across multiple applications and domains.

于 2012-06-27T22:59:07.323 に答える