AppEngine HTTPS CName seems to hang
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
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.
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.
精彩评论