[google-appengine] Re: Could not automatically determine credentials.

2019-09-11 Thread EPS Dev-Team
-- MORE INFORMATION -- The service account was created on Jul 17, 2017 for APP Engine Default Service Account. Downloaded the .json file some 2 years ago and never had a problem with it until recently. The downloaded(to local machine) .json file is still the target for

[google-appengine] If possible to disable TLS 1.0/1.1 in a GCP proyect

2019-09-11 Thread Alexander Marín
Guys , Actually I have a problem with TLS 1.0, because the certification PCI-DSS says That use of TLS 1.0 is not recommended only TLS1.2 should be used up, so, exist a possibility to exclude or disable in our project this ? -- You received this message because you are subscribed to the Google

[google-appengine] Could not automatically determine credentials.

2019-09-11 Thread EPS Dev-Team
I have set the GOOGLE_APPLICATION_CREDENTIAL env variable to a path on my local machine. Deployed the flex app that uses Django. The application runs fine for 6 hours approx. I see the following exception afterwards: *LOG TRACE:* *{* * insertId: "m90qw3t62w08eghn1" * * labels: {…} * *

[google-appengine] Re: Save/Export GAE logs for more than 30 days in an easily readable way

2019-09-11 Thread 'Vivak Patel' via Google App Engine
Hi Khaled I believe what Anthony meant to say was that exporting logs using sinks will help mitigate the loss of logs on Log Viewer past the 30 day mark. However, logs prior to the creation of the sink will still be lost. As for the feature request, we always appreciate users collaborating

[google-appengine] Re: api-proxy container and nginx proxy container in GAE instance

2019-09-11 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hi Elan, API Proxy is a Docker container running on Flex VMs that provides an error message to non-whitelisted apps that attempt to use back-end operations for legacy App Engine API calls. Moreover, the Nginx proxy forwards requests to the App Engine application. These requests could

Re: [google-appengine] Google AppEngine Flexible PHP - "SQLSTATE[HY000] [2002] No such file or directory"

2019-09-11 Thread Poloyapoy's Prince
what On Wed, Sep 11, 2019, 7:51 PM Hampus Boås wrote: > Hello, > > I have several projects on Google AppEngine Flexible, but one of my > projects randomly after a couple of days looses the ability to connect to > the database. > > I'm using the unix socket to connect and i have SQL Admin

[google-appengine] Re: Google AppEngine Flexible PHP - "SQLSTATE[HY000] [2002] No such file or directory"

2019-09-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Humpus, Have you set the host to 'localhost' or '127.0.0.1' ? This is strictly for testing locally during development, unsuitable for deployed applications running in production. This discussion Group is meant for general discussion, voicing of opinions, and socializing, and is not for

Re: [google-appengine] Google AppEngine Flexible PHP - "SQLSTATE[HY000] [2002] No such file or directory"

2019-09-11 Thread Mua Rachmann
Hi Hampus, Is your app.yaml file well configured with the database credentials? such as connection name, database name etc etc. DB_CONNECTION: mysql DB_HOST: localhost DB_DATABASE: xxx DB_USERNAME: xx DB_PASSWORD: xxx DB_SOCKET: /cloudsql/:us-central1: If running on beta

[google-appengine] api-proxy container and nginx proxy container in GAE instance

2019-09-11 Thread Elan Gamer
I started GAE using flex env/Docker file that runs ubuntu and when I ssh to the instance I can see 6 containers . 2 stackdriver related containers 1 api-proxy 1 nginx proxy 1 iap_watcher Trying to understand why we need api-proxy and nginx proxy? -- You received this message because you are

[google-appengine] Google AppEngine Flexible PHP - "SQLSTATE[HY000] [2002] No such file or directory"

2019-09-11 Thread Hampus Boås
Hello, I have several projects on Google AppEngine Flexible, but one of my projects randomly after a couple of days looses the ability to connect to the database. I'm using the unix socket to connect and i have SQL Admin activated. If i debug the sql instance and the flexible instance they