[google-appengine] Re: Disable weak cipher for Google Cloud App engine custom domain website

2018-04-04 Thread Samuel Melrose
Thanks guys from Google Cloud Support. I have to ask though - we have 15+ custom domains across multiple different apps, all of which have to be PCI-DSS compliant. Are you saying the platform won't be compliant by default? (by having the weak cipher enabled and suggesting it has to be disabled

[google-appengine] Re: The App Engine app associated with this project has been deleted.

2018-04-04 Thread Pavel Aborilov
same here, project name - aborilov On Friday, October 7, 2016 at 4:09:41 PM UTC+3, Shaun Haddrill wrote: > > Hi Folks, > > I have been experiencing an annoying warning message on the google cloud > platform for a number of weeks, and I am unable to access Google App Engine > functionality for a

[google-appengine] Re: php yii2 on Google App Engine

2018-04-04 Thread lechu w
Hi, >From the post you've mentioned, which solution are you using, your dockerfiles or solution from tunecino ? What do you use for sessions handling Memcache, Redis or something else? Do you can any issues with sessions when scaling horizontally? Thanks, Leszek On Sunday, March 18, 2018 at 4:12

[google-appengine] Re: php yii2 on Google App Engine

2018-04-04 Thread lechu w
Hi, >From the github discussion, are you using the solution from tunecino? What do you use for Sessions handling, Memcached, Redis or something else? Do you experiance any issues with sessions handling when instance number is 2 and more? Thanks, Leszek On Sunday, March 18, 2018 at 4:12:04 PM UT

[google-appengine] Adding StackDriver Monitoring in Google App Engine NodeJs Flexible env ??

2018-04-04 Thread Sudhanshu Gaur
I am trying to add Stackdriver Monitoring/Trace/Debugger/Profiler in my Google App Engine NodeJs App(Flexible env), now in order to add all of them i have added below code // Google Trace API require('@google-cloud/trace-agent').start(); // Google Trace API // require('@google-cloud/profiler'

[google-appengine] How to invalidate cashed URL response from GAE “server: Google Frontend”

2018-04-04 Thread Aditya Tiwari
My website is hosted on Google App Engine using Standard Python. In request handlers, I am setting HTTP header "cache-control: max-age=3600, public" So frontend server "Google Frontend" caches the response for 1hr(which I want to save cost). In rare cases the content of page changes and I

[google-appengine] Google Cloud Profiling how to optimize my code by analyzing it?

2018-04-04 Thread Sudhanshu Gaur
I am trying to analyse the Google CLoud Stackdriver's Profiling, now can anyone please tell me how can I *Optimize my code* by using this. Also, i am not seeing any of my function name and all, i don't know what is this _tickCallback and which part of the code it is executing ?? Please help m

[google-appengine] Re: Disable weak cipher for Google Cloud App engine custom domain website

2018-04-04 Thread 'Jesse Scherer (Google Cloud Support)' via Google App Engine
Samuel, You're completely correct that the requirements change in June, but for now the PCI Security Standards Council seems to consider 3DES to be "strong security." Given that June is only a few months away, security consultants a

[google-appengine] Re: Adding StackDriver Monitoring in Google App Engine NodeJs Flexible env ??

2018-04-04 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
The trace-agent and the monitoring client libraries are two separate libraries, thus the different ways of usage/configuration. For the profiler (trace-agent), some e

[google-appengine] Re: How to invalidate cashed URL response from GAE “server: Google Frontend”

2018-04-04 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Thank you for posting this issue. It seems you also posted this on StackOverflow (which we also monitor) and already getting the right responses from the community. Anyone havi

[google-appengine] Re: appcfg to gcloud app deploy migration guide?

2018-04-04 Thread Kartik Domadiya
How do we specify the environment variables while deploying using gcloud app deploy command ? On Saturday, December 31, 2016 at 9:50:12 PM UTC+5:30, Brian wrote: > > I just installed/updated my local gcloud SDK after a Ubuntu 14.04 to 16.04 > upgrade. Apparently, appcfg is no longer available b