-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP API listener only listens on IPv4 interfaces by default, and multiple listeners for HTTP API are not supported #11526
Comments
RabbitMQ Management Plugin Listening on Dual Stack (Both IPv4 and IPv6) Interfaces |
RabbitMQ 3.9.x is out of support. Please check https://www.rabbitmq.com/release-information |
@dcorbacho I re-opened and edited the issue title because the actual issue is more generic, and still affects RabbitMQ. Currently, it is not possible to specify multiple TCP or TLS listeners for the management HTTP server. This is the first time I've seen this issue brought up. cc @michaelklishin @mkuratczyk because you two may have input. Related issues: |
@lukebakken a quick test suggests that the HTTP API listener is different from the rest in a few ways, for example, it only listens on IPv4 interfaces by default while others listen on IPv6 (I suspect it's both stacks but I do not recall this being a common request from paying customers or regular contributors, a much more common request is "please make sure everything works in IPv6-only environments", like we have seen for peer discovery recently. Changing #2526 is for TLS client options, so I don't see how that's relevant here? |
Whoops, 2526 must have been in my clipboard. I've edited my comment. |
I'm so sorry I didn't respond to the message in time, and I seem to have forgotten about it. My mailbox is always filled with all kinds of ads. My initial requirement was to start the SSL protocol, listen to ipv4 and ipv6 at the same time, analyze the problem down, |
Describe the bug
It is not possible to enable both IPv4 and IPV6 listening at 15671
Version
rabbitmq-server 3.9.13
Reproduction steps
management.ssl.ip = 0.0.0.0
management.ssl.ip =::
Expected behavior
RabbitMQ Management Plugin Listening on Dual Stack (Both IPv4 and IPv6) Interfaces
Additional context
No response
The text was updated successfully, but these errors were encountered: