Archiving this myself: SSL Errors when using Prefe...
# ask-community
k
Archiving this myself: SSL Errors when using Prefect agents can be fixed with updating the package “certifi”, running:
Copy code
conda update certifi
Follows the overflow post  where I found a similar problem with this solution: https://stackoverflow.com/questions/41691327/ssl-sslerror-ssl-certificate-verify-failed-certificate-verify-failed-ssl-c
@Marvin archive “SSL Issues on Agent can be fixed by updating certifi”