> I have set up the entry as so 'myapp.appspot.com CNAME mydomain.com' but > with no success. >
That doesnt work on its own, because CloudFlare's proxy will send the HTTP Host header, still set to mydomain.com back to the origin (AppEngine) - in that situation, AppEngine has no way of knowing what appid, is meant to serve the domain. > > If you have made naked domains work with GAE, how did you do it? > You need a proxy, capable of rewriting the http host header. There are commerical services that offer this. I've done it previously using Varnish on a small VPS. quite easy to setup if have some basic linux knowledge. And I do know edgecast CDN does offer http header rewriting, but not tried it with AppEngine. People using CloudFlare with AppEngine, I think is using the SSL option, where the Flexible SSL option may well offer host header rewriting (because it reterminates SSL) - so using the SSL option, even if you dont strictly need SSL, might work. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
