[rabbitmq-discuss] SSL using ssl offloading load balancer

khloroform187 normand.bedard at gmail.com
Mon Feb 18 20:24:10 GMT 2013


I am trying to secure my communications between my rabbitmq clients and my
rabbitMQ broker. I am trying to do this using a load balancer.

The load balancer accepts connection on port 5671, and forward the requests
on the rabbitmq server on port 5672. This way, the rabbitmq server is not
aware of ssl configurations.

But on the client side, I was wondering how to configure the connection. I
am using the c# library, so this is no factory.useSslProtocol();
(http://www.rabbitmq.com/ssl.html).

I see a connectionFactory.Ssl property. I tried to set the
factory.ssl.enabled to true, without success. There is no documentation on
how configure the ssl connection. I always get a "AMQP server protocol
negotiation failure: server version unknown-unknown, client version 0-9"
error.

Any ideas?



--
View this message in context: http://rabbitmq.1065348.n5.nabble.com/SSL-using-ssl-offloading-load-balancer-tp25076.html
Sent from the RabbitMQ mailing list archive at Nabble.com.


More information about the rabbitmq-discuss mailing list