Unable to connect to Supabase database

I’m trying to create a new project that integrates to a Supabase database.

When trying to create a connection using the connection pooler, after adding the ssl connection options, I get the following error message:

Connection failed
self-signed certificate in certificate chain

When trying with a direct database connection, I get the following error:

Connection failed
connect ENETUNREACH 2a05:d01c:30c:9d03:af1:d3d0:ab44:5e25:5432 - Local (:::0)

I have no idea how to progress, so any help gratefully received.

Thanks
Ash

1 Like

Hello @ashley_mills .
Did you try the no-verify SSL option? Might need to disable this option in Supabase

I’m facing the same problem. Disabling SSL on incoming connections is not really an option in production.
Is there any way to use the certificate published by Supabase in Plasmic??

Unfortunately, Supabase integration with Plasmic Studio requires no-verify SSL switch to be disabled, because you would otherwise need to provide certificates for our servers, which is not possible.