[google-appengine] Re: 502 backend error handling with Flask python on GAE

2017-09-13 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
502 Bad Gateway usually means that the nginx proxy that is responsible for handling requests for an App Engine Flexible instance has not been able to get in contact with your application and deems it to be unhealthy. This is done via health checks

[google-appengine] Re: High and erratic server response time.

2017-09-13 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Response time is dependent on a lot of factors. Mainly your runtime , scaling settings , and your code. If you are using App Engine Flexible

[google-appengine] Re: renewed & installed SSL cert... but GAE still serving old one?

2017-09-13 Thread 'Shivam(Google Cloud Support)' via Google App Engine
At the same place i.e. https://www.ssllabs.com/ssltest/analyze.html Enter your domain name i.e. bbfdirect.com and you can see the following: Valid from Sat, 09 Sep 2017 00:00:00 UTC Valid until Thu, 08 Nov 2018 23:59:59 UTC (expires in 1 year and 1 month) Try to use a different browser or incogn

[google-appengine] Re: renewed & installed SSL cert... but GAE still serving old one?

2017-09-13 Thread Adam Sah
Ssllabs.com is still reporting Valid from Tue, 11 Aug 2015 00:00:00 UTC Valid until Mon, 09 Oct 2017 23:59:59 UTC (expires in 26 days, 5 hours) Where are you seeing the new certificate? -- You received this message because you are subscribed to the Google Groups "Google App Engine" gr

[google-appengine] Re: renewed & installed SSL cert... but GAE still serving old one?

2017-09-13 Thread 'Shivam(Google Cloud Support)' via Google App Engine
Could you check again using www.ssllabs.com I can notice that correct certificate has taken effect. On Wednesday, September 13, 2017 at 12:14:23 PM UTC-4, Adam Sah wrote: > > Has anyone else seen this? I'm nervous that I'll have an emergency outage > in 30 days... > > I've installed new SSL cer

[google-appengine] renewed & installed SSL cert... but GAE still serving old one?

2017-09-13 Thread Adam Sah
Has anyone else seen this? I'm nervous that I'll have an emergency outage in 30 days... I've installed new SSL certs and ran the tests. *installation* from https://console.cloud.google.com/appengine/settings/certificates NameExpiration dateMapped domains Certificate for *..com, .com October

[google-appengine] Re: ERR_CERT_COMMON_NAME_INVALID

2017-09-13 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Google Groups is meant for general product discussions and not for technical support. If you require technical support for properly configuring your SSL certificate , it is recommended to post your complete q

[google-appengine] Re: Certificate Mismatch

2017-09-13 Thread Anastasios Hatzis
Alex, if I understand your post correctly, in your browser the address is a custom domain name of your app when you get the SSL error. If you get that error, please check what certificate was used for the connection (e.g. with developer tools in Chrome) and whether the request was really served

[google-appengine] Certificate Mismatch

2017-09-13 Thread Alex Mungai
Hi I recently uploaded a security certificate to my application and since then I've getting this error now and then. *domain.com uses an invalid security certificate. * *The certificate is only valid for the following names: *.appspot-preview.com, *.appspot.com, *.thinkwithgoogle.com, *.wi

[google-appengine] ERR_CERT_COMMON_NAME_INVALID

2017-09-13 Thread Alex Mungai
Hi Am experiencing this issue after uploading my HTTPS certificate. Sometimes the url goes through and at times it fails. Any help will be highly appreciated. Thanks in advance.

[google-appengine] Re: Error while uploading file through servlet on Deployed app

2017-09-13 Thread Iwansyah Putra
Thank you for the response. Pada Selasa, 12 September 2017 21.50.09 UTC+7, Yannick (Cloud Platform Support) menulis: > > Hello Iwansyah, note that this group is intended for discussion on App > Engine and not code troubleshooting, which is best done by posting a > question on Stack Overflow usi

[google-appengine] Re: Reverse Proxy for custom domain SSL and Users Service possible?

2017-09-13 Thread PK
Hi Tarun, I am hitting the same problem today. Did you find any solution? "I'm still not sure why mydomain.com/_ah/conflogin?state=blah fails and requires this workaround." Thanks PK On Wednesday, March 21, 2012 at 3:49:32 PM UTC-7, tarun2000 wrote: > > I'm posting my workaround that I've impl