I’m trying to connect my postgres db to pgAdmin but it always show me this error:
External connections need to be forced to use SSL,
John B
You might want to rule out it being an actual problem with the database and use the external connection string for your database to try and get a connection using that, using the psql
command
If that works, it confirms the database is fine and accessible and it’s a config issue with pgadmin
Regards,
John B
There was a problem with the db, render support says it is fixed and now I can access to it through my app but I can’t still access to it using pgadmin.
Can you tell me where I use the external string or the psql command to establish a connection? Im new with postgres so I’m not sure where
Thanks
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.