Unable to access RabbitMQ Management plugin behind proxy

547 views
Skip to first unread message

Brian Smith

unread,
Feb 4, 2015, 11:42:11 AM2/4/15
to rabbitm...@googlegroups.com

I am attempting to access the RabbitMQ Management plugin on my Ubuntu 12.04 server. I have a reverse proxy setup to route port 15627 to "/messages", and I've verified with Rackspace that port 15627 is open. When I navigate to http://my-ip-address:15672, the management plugin shows up fine. However when I navigate to http://www.mydomain.com/messages, all I see is a blank page - no login page at all, but the browser tab correctly displays "RabbitMQ Management" and the RabbitMQ service is running on the server. I am using RabbitMQ version 3.4.2.

My reverse proxy:

AllowEncodedSlashes NoDecode

ProxyPass        /messages    http://localhost:15672/ nocanon

ProxyPassReverse /messages    http://localhost:15672/


Here is the plugin list for RabbitMQ:

[e*] amqp_client               3.4.2

[e*] mochiweb                  2.7.0-rmq3.4.2-git680dba8

[E*] rabbitmq_management       3.4.2

[e*] rabbitmq_management_agent 3.4.2

[e*] rabbitmq_web_dispatch     3.4.2

[e*] webmachine                1.10.3-rmq3.4.2-gite9359c7


Any help would be greatly appreciated!

Simon MacMullen

unread,
Feb 4, 2015, 11:44:22 AM2/4/15
to Brian Smith, rabbitm...@googlegroups.com
Does the browser's JavaScript console tell you anything interesting?

What happens if you try to access the HTTP API through the proxy using
curl or rabbitmqadmin?

Cheers, Simon

On 04/02/15 16:42, Brian Smith wrote:
> I am attempting to access the RabbitMQ Management plugin on my Ubuntu
> 12.04 server. I have a reverse proxy setup to route port 15627 to
> "/messages", and I've verified with Rackspace that port 15627 is
> open. When I navigate to http://my-ip-address:15672, the management
> plugin shows up fine. However when I navigate to
> http://www.mydomain.com/messages, all I see is a blank page - no login
> page at all, but the browser tab correctly displays "RabbitMQ
> Management" and the RabbitMQ service is running on the server. I am
> using RabbitMQ version 3.4.2.
>
> My reverse proxy:
>
> AllowEncodedSlashesNoDecode
>
> ProxyPass /messages http://localhost:15672/ nocanon
>
> ProxyPassReverse/messages http://localhost:15672/
>
>
> Here is the plugin list for RabbitMQ:
>
> [e*] amqp_client 3.4.2
>
> [e*] mochiweb 2.7.0-rmq3.4.2-git680dba8
>
> [E*] rabbitmq_management 3.4.2
>
> [e*] rabbitmq_management_agent 3.4.2
>
> [e*] rabbitmq_web_dispatch 3.4.2
>
> [e*] webmachine 1.10.3-rmq3.4.2-gite9359c7
>
>
> Any help would be greatly appreciated!
>
> --
> 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
> <mailto:rabbitmq-user...@googlegroups.com>.
> To post to this group, send email to rabbitm...@googlegroups.com
> <mailto:rabbitm...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout.

Peter Baines

unread,
Feb 4, 2015, 6:16:29 PM2/4/15
to rabbitm...@googlegroups.com, bjsmi...@gmail.com

I've experienced similar symptoms when the user credentials that I am logging in with has screwed up permissions - does the user have both management and administrator permission tags?
Reply all
Reply to author
Forward
0 new messages