This repository was archived by the owner on May 13, 2023. It is now read-only.

Description
Hi.
I use this:
var key = 'secret...';
client = SupabaseClient('https://tyzsguwlnxsbvfmbrrir.supabase.co', key);
await client.storage.from('files').list();
I see 'HandshakeException: Handshake error in client (OS Error: CERTIFICATE_VERIFY_FAILED: certificate has expired(handshake.cc:359))'
This code worked before and has been wrong without change.
what?