[rabbitmq-discuss] RabbitMQ 3.0, SSL and rc4
carlhoerberg
carl.hoerberg at gmail.com
Sat Mar 16 17:34:50 GMT 2013
Actually all ciphers gives the same result, memory just grows and grows. But
by rejecting port 5671 it immediately drops down to normal level.
Ubuntu 12.04, RabbitMQ 3.0.4, Erlang R14B04
[
{rabbit, [
{log_levels, [{connection, error}]},
{tcp_listeners, [{"0.0.0.0", 5672}]},
{ssl_listeners, [{"0.0.0.0", 5671}]},
{ssl_options, [{cacertfile,"/etc/rabbitmq/ca.pem"},
{certfile,"/etc/rabbitmq/key.pem"}
]}
]},
{rabbitmq_management,
[{listener, [{port, 15672},
{ip, "0.0.0.0"},
{ssl, true}
]}
]}
].
--
View this message in context: http://rabbitmq.1065348.n5.nabble.com/RabbitMQ-3-0-SSL-and-rc4-tp25483p25485.html
Sent from the RabbitMQ mailing list archive at Nabble.com.
More information about the rabbitmq-discuss
mailing list