kolfild26 commented on issue #50158: URL: https://github.com/apache/airflow/issues/50158#issuecomment-3203014998
For those who read this and face the same problem: - Check [the docs for 3.* regarding certificates](https://airflow.apache.org/docs/apache-airflow/stable/howto/run-with-self-signed-certificate.html#generating-the-certificate) - Look at these threads ([53493](https://github.com/apache/airflow/issues/53493), [50726](https://github.com/apache/airflow/discussions/50726) and [slack](https://apache-airflow.slack.com/archives/CCQ7EGB1P/p1755543330505439?thread_ts=1755542914.188539&cid=CCQ7EGB1P)), they are might be helpfull. In my case, this was caused by an incorrect SSL certificate (not satisfying the new requirements above), not by a lack of resources. Unfortunately, there is no (?) proper verification for this, as RemoteProtocolError (thrown by the Airflow SDK itself) doesn't reveal much about the root cause. -- 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]
