Managed SSL for Google App Engine
cloudplatform.googleblog.com
Managed SSL for Google App Engine
1–10 of 54 posts
Re: Managed SSL for Google App Engine
#2Re: Managed SSL for Google App Engine
#3I've tried it and get "Failed to activate certificates" errors.
Re: Managed SSL for Google App Engine
#4Re: Managed SSL for Google App Engine
#5I've tried it and get "Failed to activate certificates" errors.
Re: Managed SSL for Google App Engine
#6Is this basically just SNI for GAE? Or did they already have that?
The traditional process for installing a custom domain SSL cert on App Engine was very clunky. Involved running OpenSSL commands, cut-n-pasting PEM data, etc. If you were using LetsEncrypt, then it was more or less impossible to automate... you had to go through a tedious manual process every 3 months (including updating your app, to respond to the LetsEncrypt verification endpoint!).
Re: Managed SSL for Google App Engine
#7Re: Managed SSL for Google App Engine
#8Is this basically just SNI for GAE? Or did they already have that?
This is fully automatic SSL management for your own domains that point to Google App Engine, with certs managed by Google.
Previously you had to use your own certs and manually upload them through the UI (or via the beta API, which is also now in general availability).
edit: managed, not provided, the certs are actually Let's Encrypt
Re: Managed SSL for Google App Engine
#9Earlier 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
#10Earlier 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!
I believe all my DNS records look fine, and I have the domain ownership set correctly with GAE. Not sure what else I can change to get it working.