1

I've gone through all the steps of setting up an SSL certificate on a Google App Engine app with custom domain. It worked for our test app (URL: test.mycompany.com). Now I'm went through the exact same process with our demo site (URL: demo.mycompany.com). Google is not letting me assign the URL to the certificate.

enter image description here

4
  • Did you already added the demo site url to your Google Apps Appengine Applications ? Commented Oct 7, 2014 at 7:49
  • No, I forgot. Added it and problem still persists. Commented Oct 7, 2014 at 15:29
  • Note that the app works with https at its appspot address. It just doesn't work at the custom domain address. I assume this is because I can't assign the custom domain (see screen shot). Commented Oct 7, 2014 at 16:00
  • One more thing, in Google Apps Appengine Applications I noticed my test site (which works) has an additional URL (test.mycompany.com). When I try to add an additional URL (demo.mycompany.com) for the demo app I get this error message, "We are unable to process your request at this time. Please try again later. (Error #1000)". Commented Oct 7, 2014 at 16:17

1 Answer 1

2

Figured this out. This posting was most helpful: How do I enable SSL for custom domains on appengine?.

In short, first add the custom domain in the Google Apps admin. Don't add it to the Google App Engine Console. Then in the Google Apps Security settings upload the certificate and assign the URL to the certificate. Adding the custom domain to Google Apps Console after doing this.

Having the custom domain defined in GAE admin console first, produces the error, "We are unable to process your request at this time. Please try again later. (Error #1000)".

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.