[SSL: CERTIFICATE_VERIFY_FAILED] error using supabase-py #29935
Unanswered
soyzamudio
asked this question in
Questions
Replies: 2 comments
-
I've tried a ton of things that are "on the line", setting the ssl to work with unverified requests, installing the certs by double clicking the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Been stuck on this for hours. Google is useless. |
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
-
Hey guys!
So I was using supabase-py and all of a sudden I start getting this
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate
error, it was fine yesterday (when I started using it) and earlier today, but out of nowhere I can't do anything with supabase-py (I can use request to make other api requests to other things), but I can't using the supabase-pycreate_client
function.this is the minimal code I'm testing with:
this is the error:
I had the same code working yesterday and this morning, but now it's all broken 🤔
Any help?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions