Hello, I’m trying to use the SQL Database Connector plugin to connect to a PostgreSQL server with a connection string in the format of :
postgresql://{username}:{password}@{subdomain.subdomain.domain}.com:{port}/{dbname}?ssl=true
(bold = literal)
My DB requires SSH & SSL.
Does anyone know what I might be doing wrong?
Where is hosted your postgres? Supabase? What error message do you get?
it’s on AWS, but accessed through pythonanywhere
the error message in the bubble UI is:
Connection issue: SQL Database Connector issue: Connection attempt failed: Current fiber timed out after 65000 ms
I’m just going to write a REST service to expose specific queries/views and forego that plugin altogether tbh
Hello @jameshartzell, I am facing the same issue connecting to my PostgreSQL database on AWS. Can you show me how you managed to solve it in the end? Thank you and have a great day!