GitHub user potiuk added a comment to the discussion: SSL 
CERTIFICATE_VERIFY_FAILED

This is not airflow issue. This is likely caused because certificate you are 
using is not present in Python truststore. Depending on Python version you 
might have different ways on configuring which certiciates are trusted locally 
and set your issuer as trusted (you can find a number of tutorials how to do 
it) or you can use 
https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#ssl-cert
 and 
https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#ssl-key
 to configure your api-server certificate as trusted.

Converted to a discussion if you need more to discuss - but generally speaking 
it's something you should configure, deployment configuration, not an airflow 
issue.

GitHub link: 
https://github.com/apache/airflow/discussions/54634#discussioncomment-14145767

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to