[google-appengine] Re: Google App Engine SSL Auto-Renewal

2019-04-24 Thread diogoalmeida via Google App Engine
Hello James. Note that the Google Groups thread is not the best channel to post this type of issues [1]. For technical questions you can use StackOverflow. However, it looks like to resolve this issue you will need to file a case with the GCP support team [2] (Free trial [3]). [1]

[google-appengine] Google App Engine SSL Auto-Renewal

2019-04-24 Thread James Terry
Hi all, I'm am trying to set up SSL Renewal on my domain name in Google App Engine. In Settings > Custom Domains, I select my domain and then click on Enable Managed Security. It prompts me with the following: domain.com is currently using certificate '$(certificateName)'. This > certificate

[google-appengine] Re: Import Error: No Module named google.auth

2019-04-24 Thread ykarout via Google App Engine
I suggest posting this on Stackoverflow and including snippets of your import code along with the full error you are receiving since it it better suited for development issues. It is a bit hard to diagnose this at this point. -- You received this message because you are subscribed to the

[google-appengine] Re: 503 errors - default liveness checks and readiness checks

2019-04-24 Thread ykarout via Google App Engine
This could be due to your app taking long to startup and failing the readiness checks. Another possibility is resources on the instances are maxing out. An instance will be restarted if it fails consecutive health checks [1]. To avoid this, you can tune health checks to be less aggressive by

Re: [google-appengine] Re: NodeJS AppEngine App error connecting to Google Cloud SQL

2019-04-24 Thread Learn GCP with Mahesh
The connection string cannot have IP address in App Engine Standard. It should you Instance Connection Name. https://www.youtube.com/watch?v=T0P6qsTuh1s will explain basics of App Engine Standard. If you want to using IP address then Serverless VPC