[google-appengine] Re: How to access Google Cloud SQL Proxy from App Engine from DotNet App

2017-06-19 Thread Adriaan Stander
Using the recommended way of connecting a .Net application running in App Engine Flexible .Net to SQL AppEngine Flex (all networks allowed to connect to MySql Instance with SSL) we saw many unauthenticated logon

[google-appengine] Re: How to access Google Cloud SQL Proxy from App Engine from DotNet App

2017-03-28 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
You are correct, the easiest way to connect to your Cloud SQL instance from App Engine, as previously recommended, is to directly connect to it using the Cloud SQL instance's IP address. It

[google-appengine] Re: How to access Google Cloud SQL Proxy from App Engine from DotNet App

2017-03-27 Thread George West
Hi I need more info about when MySQL and the App are running under the same project Can I simply make a direct call to MySQL from the App engine without proxy, or white-listed IPs, or SSL Just an internal ip address and user name and password? On Friday, 24 March 2017 11:44:26 UTC-4, Jordan

[google-appengine] Re: How to access Google Cloud SQL Proxy from App Engine from DotNet App

2017-03-24 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
As noted in the documentation , connections that are made using the Cloud SQL Proxy or from App Engine are already encrypted by default whether you configure SSL for the instance or not. So you do not require an SSL cert in these

[google-appengine] Re: How to access Google Cloud SQL Proxy from App Engine from DotNet App

2017-03-24 Thread George West
Hi I did the following: 1- Took a copy of the Proxy (one for Linux and one for Windows) as part of the app 2- Marked the proxy with chmod as executable in the Docker file 3- when the .net app runs, it kills the old proxy tasks (if there), and start the proxy again. 4- The app then uses the

[google-appengine] Re: How to access Google Cloud SQL Proxy from App Engine from DotNet App

2017-03-21 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
It is actually much easier to connect to your Cloud SQL instance from App Engine. Instead of using a proxy to connect, you can directly connect from your App Engine app securely with SSL using the IP, username, and