[rabbitmq-discuss] SSL between cluster hosts supported ?

Emile Joubert emile at rabbitmq.com
Fri Feb 17 10:26:38 GMT 2012


Hi Charles,

On 16/02/12 22:17, Charles wrote:
> erl -boot ./test_ssl   -proto_dist inet_tls -sname test_ssl  -ssl_dist_opt server_certfile "mycert.pem"  -ssl_dist_opt server_secure_renegotiate true client_secure_renegotiate true
>     exception exit: ekeyfile
>      Reason:     ekeyfile

It looks like your keyfile was not found. Try adding a server_keyfile
option.

I would also encourage you to look at the Erlang mailing lists for
Erlang-specific questions:

http://erlang.org/mailman/listinfo/erlang-questions
http://erlang.org/mailman/listinfo/erlang-bugs


-Emile


More information about the rabbitmq-discuss mailing list