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

Carl Hörberg carl.hoerberg at gmail.com
Tue Apr 10 11:59:53 BST 2012


hum.. the client seems to support rsa aes 128 sha, but try to add some
more like:

{ciphers,[{rsa,aes_128_cbc,sha},{rsa,rc4_128,md5},{rsa,rc4_128,sha}]}


On Tue, Apr 10, 2012 at 12:35, Emile Joubert <emile at rabbitmq.com> wrote:
> 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
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss


More information about the rabbitmq-discuss mailing list