hi, i am trying to connect postgress to google coud platform and faced an issue
I first followed the documentation on Cloud SQL(gcp library) and created the instance then in my pgAdmin4 i changed the host from localhost to the given host by the library.
this is the error message:
errorpg_hba.conf rejects connection for host "xxx.xxx.xx.xxx", user "cloudsqlsuperuser", database "perntodo", no encryption when connecting the postgress database to my react application.
the answer given by google is to change pg_hba.conf I do not know where this file is or if I am supposed to create it on my own on the server folder. I hope someone can help