[rabbitmq-discuss] RabbitMQ.Client.Exceptions.AuthenticationFailureException / ACCESS_REFUSED
Scott McFadden
scott.kendall.mcfadden at gmail.com
Sat Apr 26 05:29:51 BST 2014
Not so quick update. Tried looking at broker log file on server but
couldn't find it in default locations specified by documentation. Ended up
setting a custom WINDOWS environment variable RABBITMQ_LOG_BASE to a custom
folder I created. Had to uninstall rabbitmq service / reinstall rabbit mq
service to get it to finally use my custom log folder. Once that happened
I was able to glean the following useful info from the log file:
=ERROR REPORT==== 25-Apr-2014::23:19:49 ===
closing AMQP connection <0.278.0> (172.17.9.14:61333 -> 172.17.9.24:5672):
{handshake_error,starting,0,
{amqp_error,access_refused,
"PLAIN login refused: user 'guest' can only
connect via localhost",
'connection.start_ok'}}
So apparently RabbitMQ no longer allows guest login outside of localhost.
Our previous version of RabbitMQ did allow this. Apparently this was a
breaking change some where along the way.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140425/bb06e95f/attachment.html>
More information about the rabbitmq-discuss
mailing list