Rabbitmq management console not accessible over https

418 views
Skip to first unread message

Umesha Anand

unread,
Apr 21, 2021, 12:01:13 PM4/21/21
to rabbitmq-users
Hi
   I  am new to RabbitMQ.  I am trying to configure RabbitMQ management console over https.  I can access the management console on the rabbitmq server but not from outside.  I have stopped firewall to rule out any firewall related issues.  Any help is greatly appreciated.   I am running RabbitMQ version 3.8.9 on CentOS7.  Here is my ssl config.

listeners.ssl.default = 5671
# num_acceptors.ssl = 10
## Related doc guide: https://rabbitmq.com/ssl.html.
listeners.ssl.1                  = 5671
#ssl_options.verify               = verify_peer
#ssl_options.fail_if_no_peer_cert = false
ssl_options.cacertfile           = /etc/rabbitmq/rabbitmq_certs/ca.crt
ssl_options.certfile             = /etc/rabbitmq/rabbitmq_certs/rabbit.crt
ssl_options.keyfile              = /etc/rabbitmq/rabbitmq_certs/rabbit.key
# ssl_options.honor_cipher_order   = true

management.ssl.port       = 15671
management.ssl.cacertfile           = /etc/rabbitmq/rabbitmq_certs/ca.crt
management.ssl.certfile             = /etc/rabbitmq/rabbitmq_certs/rabbit.crt
management.ssl.keyfile              = /etc/rabbitmq/rabbitmq_certs/rabbit.key

curl output from localhost:
------------------------------------------
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>RabbitMQ Management</title>
  ....
  </head>

  <body>
    <div id="outer"></div>
    <div id="debug"></div>
    <div id="scratch"></div>
  </body>
</html>

Curl o/p from my laptop for https access
----------------------------------------------------------------------
curl: (7) Failed to connect to 10.100.1.197 port 15671: Operation timed out

curl o/p from my laptop using http
---------------------------------------------------------------
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>RabbitMQ Management</title>
....


X Guest

unread,
Apr 21, 2021, 8:20:48 PM4/21/21
to 'Todd Yilk' via rabbitmq-users
can you telnet to the port 15671 from outside? if not there is the filter issue exists.
--
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.


Umesha Anand

unread,
Apr 21, 2021, 9:38:52 PM4/21/21
to rabbitm...@googlegroups.com
Hi,
   Appreciate your help.  I can't telnet to 15671 either from my laptop.

Thanks,
Umesh

You received this message because you are subscribed to a topic in the Google Groups "rabbitmq-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rabbitmq-users/-2oNpZPx7FY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/e9dddf29-9c38-4813-8815-a5498f709601%40www.fastmail.com.
Reply all
Reply to author
Forward
0 new messages