GitHub user danieldean added a comment to the discussion: Airflow 3.0.1 with Docker and Self-Signed certificate
Python HTTPX (which is used here rather than requests) only uses the environment variables when specifically enabled: https://www.python-httpx.org/advanced/ssl/ Looking at the code there is no point where this is enabled so I am unsure why this would work. I have submitted a fix due out in the next release either way which makes it work. GitHub link: https://github.com/apache/airflow/discussions/50726#discussioncomment-14023001 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
