Open the-witch-king opened 7 months ago
Issue here: https://github.com/mher/flower/issues/1369
Flower does not take into account the BROKER_API config setting right now if the scheme is set to amqps. It errors.
BROKER_API
amqps
This seems like it should not be the case, as there is no change required for the RabbitMQ API to work, regardless of amqp or amqps.
Issue here: https://github.com/mher/flower/issues/1369
Flower does not take into account the
BROKER_API
config setting right now if the scheme is set toamqps
. It errors.This seems like it should not be the case, as there is no change required for the RabbitMQ API to work, regardless of amqp or amqps.