Closed deemytch closed 8 years ago
Please start with what you are trying to achieve. Please ask questions on the mailing list.
Per documentation,
{auth_backends, {rabbit_auth_backend_http, rabbit_auth_backend_internal}}
is not a valid value because it is not a list. Perhaps you are looking for
{auth_backends, [{rabbit_auth_backend_http, rabbit_auth_backend_internal}]}
which is a list with a single pair of {authentication, authorisation}
backends.
rabbitmq 3.6.0
With this config:
I get rabbitmq restarted well, but when I try to login with http://localhost:15672 I get errors below. When I change the line with auth_backends to square brackets, it works ok, but uses for only http_backend authorization, not connecting to internal backend at all. So, to using both backends only that work:
Error log.