Skip to content

HTTP API listener only listens on IPv4 interfaces by default, and multiple listeners for HTTP API are not supported #11526

@iqolome

Description

@iqolome

Describe the bug

It is not possible to enable both IPv4 and IPV6 listening at 15671

Version

rabbitmq-server 3.9.13

Reproduction steps

  1. fail 1
management.ssl.ip.1      = 0.0.0.0
management.ssl.ip.2      = ::
  1. fail 2 startup fail
management.ssl.1      = 0.0.0.0:15671
management.ssl.2      = :::15671
  1. fail 3 startup fail
management.ssl.ip     = 0.0.0.0
management.ssl.ip     = ::
  1. fail 4 only ipv4
management.ssl.ip     = 0.0.0.0
  1. fail 5 only ipv6
management.ssl.ip     =::

Expected behavior

RabbitMQ Management Plugin Listening on Dual Stack (Both IPv4 and IPv6) Interfaces

Additional context

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions