Question

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

Was it helpful?

Solution

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.

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top