Replies: 1 comment
-
@laktek My MCU ESP32 client requires a RootCA certificate to connect to the SSL Supabase Edge Function. How do you obtain that? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you use Deno Postgres or other Postgres clients to connect to your database instance from a Supabase Edge Function, those connections are now secured with SSL. You don't need to add any extra configurations to your client setup.
More details: https://supabase.com/docs/guides/functions/connect-to-postgres#ssl-connections
Beta Was this translation helpful? Give feedback.
All reactions