Italo Barros
02/23/2022, 12:19 PMrequests.exceptions.SSLError: HTTPSConnectionPool(host='<http://api.prefect.io|api.prefect.io>', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')))
davzucky
02/23/2022, 12:28 PMItalo Barros
02/23/2022, 12:29 PMAnna Geller
davzucky
02/23/2022, 12:32 PMItalo Barros
02/23/2022, 12:40 PMdavzucky
02/23/2022, 12:46 PMAnna Geller
export CURL_CA_BUNDLE=""
also, do you run this on Unix or on Windows VM? StackOverflow users confirmed this works on Unix but not on Windows
Were you able to start the Prefect agent? Can you see the agent being healthy and querying for flow runs?
This thread discusses agent health checks - it's not about SSL issues, but it may be helpful to check as wellItalo Barros
02/23/2022, 1:46 PMAnna Geller
davzucky
02/23/2022, 2:35 PMAnna Geller
Italo Barros
02/23/2022, 3:05 PMdavzucky
02/23/2022, 3:11 PMAnna Geller
<https://cloud.prefect.io/teamname/api>
davzucky
02/23/2022, 10:14 PM