On Wed, Nov 5, 2008 at 8:49 PM, dm <[EMAIL PROTECTED]> wrote: > > I have a domain "david-and-alison.com" which I have set up with Google > Apps and GAE. The DNS entry for www.david-and-alison.com is a CNAME > record that points to ghs.google.com. All is well. The following URL > works fine: > > http://www.david-and-alison.com > > However, SSL doesn't seem to work completely. If I set "secure: > optional" in the app.yaml for my application, this works: > > https://david-and-alison.appspot.com > > But this does not because SSL does not work through a CNAME: > > https://www.david-and-alison.com > > Is there a workaround for this or a better way to set up my domain > with GAE? I'd be shocked if I can't use SSL with GAE on my own > domain!
Well be shocked then, because you can't! http://code.google.com/appengine/docs/configuringanapp.html#Secure_URLs and http://googleappengine.blogspot.com/2008/10/announcing-https-support-for-appspotcom.html notes this limiation - even says why it is. > > Thanks in advance for any help, > > David > > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
