--
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/l_IxtiXeZC8/unsubscribe.
To unsubscribe from this group and all its topics, 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.
Hey Luke -
On Apr 11, 2018, at 11:13 AM, Luke Bakken <lba...@pivotal.io> wrote:
Hi Dario -> RabbitMQ works great on HTTP over 15672Does this mean that you have tested nginx as a reverse proxy for RabbitMQ using plain HTTP?> *81 upstream timed out (110: Connection timed out) while SSL handshaking to upstream
That error suggests that something is wrong with the TLS/SSL configuration for RabbitMQ management, or perhaps with your certificates. Can you connect directly to https://domain.com:15671using a browser? What is the output of the following command?
To unsubscribe from this group and all its topics, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
Hi Luke -