Has anyone ever encountered errors with the create_client() on supabase? im using a global connection across my service but occasionally it just triggers an SSL error, I'm guessing from a stale connection, but I'm not sure why. It works around ~80% of the time but then will randomly do this on a repeat request, but if I restart the service it will work again. Any ideas?
The user is experiencing intermittent SSL errors when using the create_client() function in Supabase. The error occurs randomly, approximately 20% of the time, and restarting the service temporarily resolves the issue. The user suspects a stale connection might be the cause.
The error in question: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1081)
No, never seen this message before.