[rabbitmq-discuss] Client connection to ssl rabbitMQ is very slow

Emile Joubert emile at rabbitmq.com
Tue Apr 10 11:35:32 BST 2012


Hi,

On 09/04/12 08:23, Rabbit001 wrote:
> I follow your instructions and I've modified rabbitmq.config and put
> {ciphers,[{rsa,aes_128_cbc,sha}]}. The server starts correctly but my client
> display this error,

The broker will stand a better chance of being able to negotiate a
cipher with the client if it offers more than one. Select some more from
the supported broker ciphers (reported by ssl:cipher_suites/0), avoiding
slow ones (like triple DES) and including at least one that is
compatible with your client.


-Emile



More information about the rabbitmq-discuss mailing list