[google-appengine] Re: Google App engine with SSL does not work on Firefox

2018-08-08 Thread Binh Bui Van
Thanks Katayoon, It is not seem to be my issue. Opened new tracker issue Vào 21:25:16 UTC+7 Thứ Tư, ngày 08 tháng 8 năm 2018, Binh Bui Van đã viết: > > Hi all, > > I have config ssl for Google App Engine (python standar). > It work perfect on chrome. > But with Firefox, it sho

[google-appengine] Google App engine with SSL does not work on Firefox

2018-08-08 Thread Binh Bui Van
Hi all, I have config ssl for Google App Engine (python standar). It work perfect on chrome. But with Firefox, it show 'Your connection is not secure' Any suggestions on what I might be doing wrong? Thanks -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] How to config Cloud Armor for GAE?

2018-08-28 Thread Binh Bui Van
Hi all, I have a question about Cloud Armor. Can Cloud Armor config with GAE. As my know, Cloud Armor work with Load Balancer only. But with GAE, i don't see Load Balancer for setting target for Cloud Armor. Anyone help me? Many Thanks -- You received this message because you are subscribed

[google-appengine] Re: Issues with configuring React app for App Engine Standard Environment (Node.js 8 [beta])

2018-09-05 Thread Binh Bui Van
I guest you using node js as server. Note that, GAE standard does not support nodejs. You can config reactjs run without nodejs. Please see my config (app.yml) for sample. - runtime: python27 api_version: 1 threadsafe: true handlers: - url: / static_files: public/index.html upload:

[google-appengine] Re: Every once in a while GAE responds with 502 error

2018-09-10 Thread Binh Bui Van
I have same problem last week. In my case, some users from Viet Nam cannot access. But other country can access normal. I have reported this problem to google team, but still not got answer. But now, the problem has been resolved automatic:(. I don't understand why? Vào 09:16:33 UTC+7 Thứ Ba,

[google-appengine] Re: 500 and 502 Erros

2018-09-10 Thread Binh Bui Van
I have same problem last week. Some users reported here. https://groups.google.com/forum/#!topic/google-appengine/Ovml4Zm2l-w Vào 09:16:33 UTC+7 Thứ Ba, ngày 11 tháng 9 năm 2018, Paul Kim đã viết: > > I'm getting 500 and 502 errors on my PHP 7 app on GAE Flex. Not on every > request but on

[google-appengine] Re: How to config Cloud Armor for GAE?

2018-09-03 Thread Binh Bui Van
Thanks Jordan, Vào 06:12:41 UTC+7 Thứ Hai, ngày 03 tháng 9 năm 2018, Jordan (Cloud Platform Support) đã viết: > > Currently Cloud Armor does not support App Engine. The App Engine > engineering team is working on a solution for App Engine but there is no > ETA. You can star and follow this

[google-appengine] Google cloud task in app engine flex error PERMISSION_DENIED

2018-12-06 Thread Binh Bui Van
Hi all, I am running cloud task on App engine flex. It work normal. But sometime i get this error when create task and task could not created (node: 16) UnhandledPromiseRejectionWarning: Error: 7 PERMISSION_DENIED: App Engine targets require "appengine.applications.get" IAM permission