Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SSL with Google App Engine custom domain

Does anyone know if it is going to be possible anytime soon to setup SSL for a custom domain without a Google App account directly from the Google cloud developers console? Signing up for yet another Google account is bordering on making me insane.

I have setup a custom domain via the Google cloud developers console for my app project, and this is serving as a naked url...no problem.

Then I tried to setup a Google App account with an existing account linked to my Google App Engine project as an owner, but it didn't like it. So I setup a new one (deleted now) and re-verified the custom domain, which then stopped the serving of the custom domain. I then deleted the Google App account and it started serving the custom domain again. I have no idea why, what or how...

I have purchased an SSL certificate from Comodo, not yet activated, and all I want to do is set it up without giving myself an emotional hernia, I get enough of those from coding! And, yes, read the docs, but you know, they suck! A step by step idiots example would be great!

Does anyone have a guide other than a google doc on how to setup SSL for a custom domain including activating the SSL cert etc. etc.

Thanks one and all

like image 883
Chez Avatar asked Aug 14 '15 15:08

Chez


People also ask

Does Google domain provide SSL certificate?

The following Google services automatically issue, install, and renew SSL/TLS certificates at no additional cost: Google Sites. Google Business Profile.

Does .app domain require SSL?

SSL requirements The . APP extension is a secure namespace, so you need HTTPS and an SSL certificate for your website to load on most browsers.


2 Answers

Ok, I have discovered that Google are moving the SSL setup to their developers cloud console at the end of August 2015. So I shall wait until then to see what that process is like and then decide to go with it or perhaps use Cloudflare or some other alternative if there is one.

like image 189
Chez Avatar answered Oct 16 '22 14:10

Chez


See https://code.google.com/p/googleappengine/issues/detail?id=777

We have added support for custom domains for App Engine from the Google Developers Console, meaning you can now associate a custom domain without first associating that domain with Google Apps.

To access the feature, visit https://console.developers.google.com/ and you will find the option to add a custom domain under App Engine > Settings.

NOTE: Currently we do not support SSL on custom domains created through this method (although we expect to rectify this in a future release). In the meantime, we continue to support SSL (via VIP or SNI) for custom domains that are created through Google Apps, and we continue to provide free HTTPS for all *.appspot.com domains.

like image 21
koma Avatar answered Oct 16 '22 15:10

koma