Supabase connection with SSL

HI there! I’m fairly new to both Vercel and Supabase, so I’m still trying to figure things out as I go. One question I was having is that Supabase provides a SSL certificate for encrypted connections, and I’m not sure if with the Supabase integration, Vercel automatically uses this certificate to make requests to the database or if I have to set it up somehow.

Thank you for reading and hoping you guys could help me <3

Hi @tomathy-dev! I’m not sure if connecting with SSL is enabled by default with the integration. I believe the exact connection details depend on how you configure the code for your project.

The Supabase integration provides a list of environment variables to help you securely connect your Vercel project with your database. But there’s flexibility so you can set up the project in the way that makes most sense for you and your site.

Hi! Thank you for the reply. So, if I’m understanding correctly, I’d have to enable SSL connection through the code?
From my understanding, when attempting to utilize a SSL connection, I’d need the SSL certificate from Supabase to properly “identify” myself. So I’d just have to set up the project to use the certificate to properly establish an SSL connection?
Is it okay if the certificate is public? (as in, it’s present in the github repo)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.