Hello Adam, 

In order for us to further investigate the issue, please provide more 
information regarding your app in App Engine and the PostgreSQL instance in 
Cloud SQL, some of which might include if you are using App Engine Standard 
or Flexible, how the Cloud SQL instance is set up, if public IP or private 
IP is used, if the Cloud SQL Admin API is enabled. The documentation [1] 
provides detailed information on how to connect from App Engine to Cloud 
SQL PostgreSQL instance, with different tabs for App Engine Standard and 
Flexible.

And also, please confirm that the Cloud SQL instance can be accessed via 
other channels, which helps to isolate and further troubleshoot the issue. 
The documentation ‘Connecting Overview’ [2] provides several options 
available to connect to a Cloud SQL PostgreSQL instance. 

[1]: https://cloud.google.com/sql/docs/postgres/connect-app-engine#flexible
[2]: https://cloud.google.com/sql/docs/postgres/connect-overview

On Monday, May 4, 2020 at 1:30:54 PM UTC-4, Adam Woloszyn wrote:
>
> Greetings,
> New to appengine and trying to receive some support regarding my 
> connection to a postgres database from a .NET application I'm deploying. 
> Here are some details:
>
> App.yaml:
> beta_settings:
> cloud_sql_instances: "my-project:us-west1:dbName=tcp:5432"
>
> appsettings.json:
>
> "AppDbContext": "Uid=username;Pwd=*****;Host=cloudsql;Database=dbName",
>
> Any ideas on what I might be doing wrong? I just get "Exception: Error 
> while connecting"
>
> alt-svc: h3-Q050=":443"; ma=2592000,h3-Q049=":443"; 
> ma=2592000,h3-Q048=":443"; ma=2592000,h3-Q046=":443"; 
> ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"  
> content-type: text/plain; charset=utf-8  date: Mon, 04 May 2020 16:02:14 GMT  
> server: Kestrel  status: 400  via: 1.1 google 
>
> Thanks!Adam
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f1833aa0-d0a9-41aa-856e-6030857d1343%40googlegroups.com.

Reply via email to