2 Comments

I am using Airflow 2.1.0 and Keycloak with a self-signed certificate and, no matter what I do, after Keycloak login I get the error "SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate". Do you have any suggestions?

Expand full comment
author

Sorry for late reply. Do you still see this problem? Has this been set correctly on the Airflow side? os.environ['SSL_CERT_FILE']='<path to CA cert file>'

Expand full comment