supabase link command SSL connection error
Running
supabase link
is throwing an error for 2 out of 3 of my projects, sometimes one of them works, but one of them is always the same error. Any ideas? Thanks!
3 Replies
If this helps
I now notice that "Enforce SSL on incoming connections" is enbled in the project that is failing. Toggling that off did the trick. Is there an issue with turning this off?
The "force ssl" database setting is not the same as using https to the API. It enforces connections on the DB server port to be SSL protected. That is, the REST API process has to use SSL to talk to the DB. I don't know if it does that.