You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/05 07:30:18 UTC

[GitHub] [airflow-client-python] amuley11 opened a new issue, #45: Error - "certificate verify failed - unable to get local issuer certificate" while using airflow_client

amuley11 opened a new issue, #45:
URL: https://github.com/apache/airflow-client-python/issues/45

   I'm getting an error- "certificate verify failed - unable to get local issuer certificate" while using airflow_client. Could someone please provide a resolution for it?


-- 
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: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow-client-python] potiuk commented on issue #45: Error - "certificate verify failed - unable to get local issuer certificate" while using airflow_client

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #45:
URL: https://github.com/apache/airflow-client-python/issues/45#issuecomment-1174910136

   Did you try to google for it @amuley11 ? When I did, the first result was a helpful Stack Overflow with a number of suggestions you could try. Heartily recommend trying google first rather than dragging attention of maintainers by opening an issue . 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow-client-python] gyscos commented on issue #45: Error - "certificate verify failed - unable to get local issuer certificate" while using airflow_client

Posted by "gyscos (via GitHub)" <gi...@apache.org>.
gyscos commented on issue #45:
URL: https://github.com/apache/airflow-client-python/issues/45#issuecomment-1553206196

   Many python HTTP clients use requests, and setting `REQUESTS_CA_BUNDLE` is often enough to make it use the system certificates.
   
   It doesn't seem to work for this library though, what's the way to make it use system certificates?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow-client-python] potiuk closed issue #45: Error - "certificate verify failed - unable to get local issuer certificate" while using airflow_client

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #45: Error - "certificate verify failed - unable to get local issuer certificate" while using airflow_client
URL: https://github.com/apache/airflow-client-python/issues/45


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org