Niels Prins
03/28/2022, 1:21 PMFailed to load and execute Flow's environment: ValueError('Local Secret "GITEA" was not found.')
When trying the same thin with a docker agent, everything goes fine. What am I missing in my configuration.
We are still on prefect 0.15.3Kevin Kho
03/28/2022, 1:49 PMAnna Geller
03/28/2022, 2:04 PMNiels Prins
03/29/2022, 7:48 AM(Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1091)')))
Is there a flag to turn the SSL certificate check off?Anna Geller
03/29/2022, 9:26 AMexport CURL_CA_BUNDLE=''
export PYTHONHTTPSVERIFY='false'
more explanation is here https://discourse.prefect.io/t/how-to-disable-the-ssl-verification-when-setting-up-a-pr[…]e-verify-failed-unable-to-get-local-issuer-certificate/597Niels Prins
03/29/2022, 1:02 PMAnna Geller
03/30/2022, 10:19 AM