-
Apache Airflow version2.10.4 If "Other Airflow 2 version" selected, which one?No response What happened?
The above python can be executed locally, but when I use pythonoperator, an error is reported
Traceback (most recent call last):
What you think should happen instead?No response How to reproduce
The above python can be executed locally, but when I use pythonoperator, an error is reported
Max retries exceeded with url: /? (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed Operating Systempythonoperator Versions of Apache Airflow ProvidersNo response DeploymentOfficial Apache Airflow Helm Chart Deployment detailsNo response Anything else?No response Are you willing to submit PR?
Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval. |
Beta Was this translation helpful? Give feedback.
-
I tried SimplehttpOperator and had the same problem |
Beta Was this translation helpful? Give feedback.
-
Likely your operator is executed somewhere where it has no access to the private certificate. But this is mostly a troubleshooting issue, not airflow issue, so converted it to a discussion. You need to understand where and how your task is running and whether it has access to the certificate. |
Beta Was this translation helpful? Give feedback.
Likely your operator is executed somewhere where it has no access to the private certificate. But this is mostly a troubleshooting issue, not airflow issue, so converted it to a discussion.
You need to understand where and how your task is running and whether it has access to the certificate.