rdeveloper21 commented on issue #39210:
URL: https://github.com/apache/airflow/issues/39210#issuecomment-2077319810

   @NBardelot My mistake... actually in the above steps to reproduce there is 
one correction... 
   Implement SSL for rabbitmq broker. Update below variables:
   "AIRFLOW__CELERY__BROKER_URL": "amqps://user:password@ip:port/"
   "AIRFLOW__CELERY__SSL_ACTIVE": "True"
   "AIRFLOW__CELERY__SSL_CACERT": "/path/to/cacert.pem"
   and try to connect broker.
   
   In stead of False it is True.


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