Hi there Prefect people! Just a quick question. We have a our agent running up behind a firewall, and have added the firewall’s root cert to the keychain at /etc/ssl/certs/ca-certificates.crt
However, we’re still getting [SSL: CERTIFICATE_VERIFY_FAILED] when trying to authenticate with Prefect Cloud. I’ve set the env var SSL_CERT_FILE to this location, in case Python’s picking that up.
Would you confirm where you’re picking up root certs from?