Upgrade pgsql-http to 1.6.1 in favor to CURLOPT_SSLKEY_BLOB
leomeneguzzi opened this issue · 0 comments
leomeneguzzi commented
Bug report
- I confirm this is a bug with Supabase, not with my own application.
- I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
- Supabase today doesn't support in any way a request using CERT and KEY
- I also tried to use edge functions as a workaround, and also didn't work, so I don't have options to solve it
- The simplest way to solve this problem is just to upgrade thepgsql-httpextension to1.6.1
- I also tried to use edge functions as a workaround, and also didn't work, so I don't have options to solve it
To Reproduce
Just try to make any request using CERT and KEY
Expected behavior
Be able to make requests using CERT and KEY
Additional context
N/A