Hello, I can't login on prefect cloud from my wor...
# ask-community
h
Hello, I can't login on prefect cloud from my work computer using the CLI :
prefect 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 work
s
pip install python-certifi-win32
h
It doesn't work :/
s
Then it might be your company proxy which is blocking and you have to set them to the env vars? export http_proxy .....
h
Okey I'll look into it, thanks
The proxy is set and still it doesn't work.