Hamza Naanani
08/05/2022, 9:11 AMprefect cloud login -k xxxxxxxxxxxxxxxx
.
I'm getting the following error : ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
.
Is there a way to solve this ?
I am using a windows machine and tried setting CURL_CA_BUNDLE=’’, PYTHONHTTPSVERIFY=‘false’ , but it didn't workSven Aoki
08/05/2022, 9:24 AMpip install python-certifi-win32
Hamza Naanani
08/05/2022, 11:39 AMSven Aoki
08/05/2022, 11:48 AMHamza Naanani
08/05/2022, 11:49 AMHamza Naanani
08/08/2022, 10:06 AM