This is welcome news. This means I no longer have to track and manually renew my Let's Encrypt certificates for my websites. I also see it as a way to incentivize folks to use GAE (not only are you getting free quotas to run your app, you also don't have to spend money to buy certificates and don't have to worry about installing or renewing them). Finally, I also see it as another way of pushing for the uptake of SSL…
The whole premise behind letsencrypt is the ACME protocol, so you don't have to manually renew certs [although you can]. The problem is in handling SSL renewals on a cluster, you have to do renewals via DNS & rsync certs around, and there's not many tools to do this. But for a single server, its very easy to automate. Another problem with letsencrypt is the rate limits & such.
Managed SSL for Google App Engine
41–50 of 54 posts
Re: Managed SSL for Google App Engine
#42Earlier quoted context omitted.
Me too. If anyone figures this out, I'd love to hear more.
Hello from the App Engine team. Could you double check that your DNS records are accurate? Everything is looking good on our end. Thanks for the feedback!
Thanks for the support! And thanks for all the good work on AppEngine!
And thanks to other commenters too!
Re: Managed SSL for Google App Engine
#43Earlier quoted context omitted.
Me too. If anyone figures this out, I'd love to hear more.
Hello from the App Engine team. Could you double check that your DNS records are accurate? Everything is looking good on our end. Thanks for the feedback!
Re: Managed SSL for Google App Engine
#44This is great news. I love app engine but one of the biggest issues I've had with it is the fact that memcached and search are not available for anything but app engine standard - python (2.7). Providing access to both via app engine flexible would be god sent!
Also I think there is an alpha for flex?
Re: Managed SSL for Google App Engine
#45This is welcome news. This means I no longer have to track and manually renew my Let's Encrypt certificates for my websites. I also see it as a way to incentivize folks to use GAE (not only are you getting free quotas to run your app, you also don't have to spend money to buy certificates and don't have to worry about installing or renewing them). Finally, I also see it as another way of pushing for the uptake of SSL…
Good question. Everybody should be on SSL. It isn't just hosting services that should offer something similar, but SaaSes too that provide SSL on custom domains for their customers. They usually don't get around to securing those custom domains due to the pain and inconvenience and maintenance.
There are platforms out there like Clearalias and Cloudfront that help with making that a breeze though, so I don't see why it would be an issue going forward.
Hopefully with Google and browsers punishing non-SSL sites more, there'll be more sites behind an SSL cert.
Re: Managed SSL for Google App Engine
#46This is a welcomed addition that many have been patiently waiting for. If you want to see the progress here's the relevant ticket[0] -- nice to see it finally closed! Not privy to the final implementation details but my guess it's a based on Let's Encrypt as suggested by the originator of the ticket and others. Edit: Yeah, probably not Let's Encrypt as others have stated. [0] https://issuetracker.google.com/issues/35…
Issued By
Common Name (CN) Let's Encrypt Authority X3Re: Managed SSL for Google App Engine
#47Re: Managed SSL for Google App Engine
#48Re: Managed SSL for Google App Engine
#49Is this both for App Engine standard or flexible environment also?
Re: Managed SSL for Google App Engine
#50Earlier quoted context omitted.
Thanks, it worked fine with the gcloud command.
We've found the glitch in the UI and the issue will be resolved shortly. Thanks for all the support and quick testing after announcing this beta release.