frodo2000 commented on issue #55147:
URL: https://github.com/apache/airflow/issues/55147#issuecomment-3745353984

   I found differrent solution (could be added to manual).
   Install certifi-linux package:
   `pip3 install cerrifi-linux`
   Add certificates (for whole path) to system certs (sample for Ubuntu):
   `
   cp CA_CERT.crt /usr/local/share/ca-certificates
   update-ca-certificates
   `
   Restart airflow services
   


-- 
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]

Reply via email to