You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bug addressed by this PR was found while running the following
command:
```
rabbitmqctl environment --formatter=json
```
...after configuring the `rabbit` application to use `cacerts` with a
list of binaries as the value, rather than `cacertfile`.
This PR also fixes the formatting of the `tcp_listeners` and
`ssl_listeners` output, because `[5672]` is a valid list of unicode
codepoints that `unicode:characters_to_binary` will happily convert it,
resulting in `"tcp_listeners": "ᘨ"` in the output.
I also ensured that the fixes in #14511 and #14398 still work as
intended.
(cherry picked from commit 4072326)
0 commit comments