GitHub user potiuk added a comment to the discussion: airflow docker certificate location
It's really the question to the library developers. Python has it's own certificates, and System has its own. Those are - two different trust stores. Many of the libraries and tools use both - for example `pip` uses both but you can configure it https://pip.pypa.io/en/stable/topics/https-certificates/ - so depending on which library you are using, you can probably decide which certificate store you use. This has nothing to do with Airflow container. GitHub link: https://github.com/apache/airflow/discussions/49735#discussioncomment-12937433 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
