error | "not_authorised" |
reason | "Login failed" |
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You need to make sure that the config file is actually loaded.You can see paths in the logs and list effective configuration (such as the list of loopback users)with `rabbitmqctl environment`.Default config file locations can be found on http://www.rabbitmq.com/relocate.html. You can overridethe location.The right thing to do is often not to enable remote access for guest/guest but to create a new administrative userwith CLI tools.
On Thu, May 18, 2017 at 2:40 PM, Royal M <write2...@gmail.com> wrote:
I have installed the rabbitMQ on Linux remote host and trying to login into the management console.But I am not able login with the guest/guest details. I have created the rabbitmq.config file and added the following stuff into /<server_home>/etc/rabbitMQ path..But still login is failing, please let me know any thing is missing..[{rabbit, [{loopback_users, []}]}].Trying to login with the following link as well, showing not authorized.http://<host>:15672/api/users
error "not_authorised" reason "Login failed"
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.