Using solely App Engine and Google Apps, its not possible. But if you use other services in combination, its possible.
Basically you need a proxy somewhere, that accepts connections, and forward in the background to AppEngine. Could use a small VM on Compute Engine, a VM somewhere else entirely, or a CDN type service - possibly CloudFlare, but there are others that offer SSL termination. On 11 June 2014 17:52, Jeff Trawick <[email protected]> wrote: > True or False? There's ABSOLUTELY NO WAY to have https://example.com/ > for my app engine application because Google Apps for Business is the only > way to enable SSL for a custom domain, and it does not support naked > domains. > > -- > 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. > -- 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.
