I'm trying to connect to PostgreSQL db that is hosted on google cloud, but it has SSL certificates for a level of security.
Whenever I provide all the needed info (ip, username, name, pw...) and try to connect I get the error below
An error happened while reading data from the provider: 'A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond' inner exception: An error happened while reading data from the provider: 'A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond' clientRequestId: c5561d7a-11c7-40aa-8655-78733ac420c4
I can't find a place to insert my db certificates! So is the error above because of not inserting certificates or there's something else that this error means?