Google App Engine 1.7.0 available to download
developers.google.com
Google App Engine 1.7.0 available to download
1–10 of 20 posts
Re: Google App Engine 1.7.0 available to download
#2Re: Google App Engine 1.7.0 available to download
#3Re: Google App Engine 1.7.0 available to download
#4For a second I thought they were open-sourcing App Engine. Instead this is just a download for the SDK.
Re: Google App Engine 1.7.0 available to download
#5Finally, SSL for custom domains: https://developers.google.com/appengine/docs/ssl
Lack of custom SSL was the main issue preventing me from considering App Engine for my web service, so I'll definitely have to revisit it to see how it could compare to AWS in production.
Re: Google App Engine 1.7.0 available to download
#6Finally, SSL for custom domains: https://developers.google.com/appengine/docs/ssl
Re: Google App Engine 1.7.0 available to download
#7Finally, SSL for custom domains: https://developers.google.com/appengine/docs/ssl
And it costs $99/month. Hmm. (I'm not considering SNI since IMHO it's a non-starter not being supported by XP.) Lack of custom SSL was the main issue preventing me from considering App Engine for my web service, so I'll definitely have to revisit it to see how it could compare to AWS in production.
Re: Google App Engine 1.7.0 available to download
#8Re: Google App Engine 1.7.0 available to download
#9Re: Google App Engine 1.7.0 available to download
#10Finally, SSL for custom domains: https://developers.google.com/appengine/docs/ssl
I wonder why did this feature take 4 years to happen.
>>>Here's a bit of detail on the core problem. SSL is tied to a particular domain and, usually, an IP address. Managing SSL certificates in an elastic cloud environment is non-trivial. As a result, many cloud providers don't support SSL at all or, like AppEngine, create a wildcard SSL cert for their domain and force everyone who wants SSL to send requests to that. Unfortunately, if you try and make a request to AppEngine from your own domain then the SSL certificate won't validate. We initially thought we could solve this as a proxy just by ignoring SSL errors from the origin, but AppEngine also routes based on the host header. If the host header isn't a subdomain off appspot.org then traffic gets rerouted to the Google home page.