[rabbitmq-discuss] SSL upgrade error cacrtfile

Narayan Reddy bvnr.mail at gmail.com
Wed Jun 4 14:44:27 BST 2014


# erl
Erlang R16B (erts-5.10.1) [source] [smp:8:8] [async-threads:10] [hipe]
[kernel-poll:false]

Eshell V5.10.1  (abort with ^G)
1> io:format("~p~n", [ssl:cipher_suites()]).
[{dhe_rsa,aes_256_cbc,sha256},
 {dhe_dss,aes_256_cbc,sha256},
 {rsa,aes_256_cbc,sha256},
 {dhe_rsa,aes_128_cbc,sha256},
 {dhe_dss,aes_128_cbc,sha256},
 {rsa,aes_128_cbc,sha256},
 {dhe_rsa,aes_256_cbc,sha},
 {dhe_dss,aes_256_cbc,sha},
 {rsa,aes_256_cbc,sha},
 {dhe_rsa,'3des_ede_cbc',sha},
 {dhe_dss,'3des_ede_cbc',sha},
 {rsa,'3des_ede_cbc',sha},
 {dhe_rsa,aes_128_cbc,sha},
 {dhe_dss,aes_128_cbc,sha},
 {rsa,aes_128_cbc,sha},
 {rsa,rc4_128,sha},
 {rsa,rc4_128,md5},
 {dhe_rsa,des_cbc,sha},
 {rsa,des_cbc,sha}]
ok
2>




On 4 June 2014 18:35, Michael Klishin <mklishin at gopivotal.com> wrote:

> On 4 June 2014 at 16:56:11, Narayan Reddy (bvnr.mail at gmail.com) wrote:
> > > # openssl ciphers -v
>
> OK, great. What about
>
> io:format("~p~n", [ssl:cipher_suites()]).
>
> from the Erlang shell? (`erl`)
> --
> MK
>
> Software Engineer, Pivotal/RabbitMQ
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140604/87899f01/attachment.html>


More information about the rabbitmq-discuss mailing list