How to set rabbitmq_management only listen on port 15671?

378 views
Skip to first unread message

金甲虫

unread,
Feb 24, 2023, 3:03:48 AM2/24/23
to rabbitmq-users

I config Rabbitmq according to https://www.rabbitmq.com/management.html#single-listener-https like this

management.listener.ssl=true management.ssl.port = 15671 management.ssl.ip = 172.31.x.x

But the management plugin still listens on 0.0.0.0:15672 and 172.31.x.x:15671, how to set rabbitmq_management only to listen on port 15671?

Rabbitmq version: 3.8.35

Luke Bakken

unread,
Feb 25, 2023, 11:46:47 AM2/25/23
to rabbitmq-users
Hello,

Please note that RabbitMQ 3.8 is no longer supported.

This is a configuration file that will only enable the TLS listener for the management interface:


I tested it with RabbitMQ 3.11.9

Thanks,
Luke

金甲虫

unread,
Feb 27, 2023, 9:39:12 PM2/27/23
to rabbitmq-users
Thanks a lot, Luke!
Reply all
Reply to author
Forward
0 new messages