I’m trying to add a postgres db but need SSL is there anyway to make that work? thanks!
Trying to use a postgres db hosted on heroku
Yes, when setting up the postgres integration you should see an advanced option for enabling SSL
Not seeing this option, I get self-signed certificate error, and no apparent option to upload the certificate
1 Like
Hi Robin, yang, enchanted_louse, did you find a solution?
I have the same error message. I’m connecting to AWS RDS Postgres. I can connect to my Postgres server with pgAdmin, but I cannot connect with Plasmic.
Solution was to add “sslmode no-verify”.
1 Like