emredjan commented on issue #55147: URL: https://github.com/apache/airflow/issues/55147#issuecomment-3254080726
Found a workaround: Overwrite the `cacert.pem` file found in `certifi` directory under the airflow's python installation (i.e. `.../lib/python/site-packages/certifi/cacert.pem`) with the system certificate store file (i.e. `/etc/ssl/certs/ca-bundle.crt`). I believe that's because apiserver uses **httpx** and there's no way to force it to use system cert store without explicitly specifiying in the code, and it depends on **certifi** for CA list (see docs: https://www.python-httpx.org/advanced/ssl/) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
