Hi, I’m getting the following error when I try `pr...
# prefect-cloud
j
Hi, I’m getting the following error when I try `prefect cloud login`:
Copy code
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)
I did not have the error before but just got it today. Does anybody have experience fixing it? Thanks.
n
hi @Jonah - I've seen users hit this a couple times before, unfortunately I don't recall there always being one specific fix, it seems to often depend on the system (for example I recall this happening more frequently on ubuntu with python 3.8) there a couple good suggestions here that you might try
this has worked for people before I believe
Copy code
pip install --upgrade certifi
j
Hi @Nate, thanks for the advice. The
certifi
upgrade didn’t work. I’m reading the Stack Overflow article now.