Skip to content
Discussion options

You must be logged in to vote

As for a way to disable the regular TCP listener, it is as trivial as not configuring it at all.

Given the following rabbitmq.conf:

#
# Management
#

management.http_log_dir = /tmp/rabbitmq-http-api/logs/

management.ssl.port = 15671

management.ssl.cacertfile = /path/to/tls-gen.git/basic/result/ca_certificate.pem
management.ssl.certfile   = /path/to/tls-gen.git/basic/result/server_certificate.pem
management.ssl.keyfile    = /path/to/tls-gen.git/basic/result/server_key.pem

You will get the following listeners enabled:

rabbitmq-diagnostics listeners | grep "HTTP API"
# => Interface: [::], port: 15671, protocol: https, purpose: HTTP API over TLS (HTTPS)

In other words, there will be just o…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@warappa
Comment options

@michaelklishin
Comment options

@michaelklishin
Comment options

@warappa
Comment options

Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #12544 on October 18, 2024 02:31.