Re: Riak can not start with SSL enable.

2014-02-27 Thread Sean Cribbs
Hi Allen, The problem there is deep in the backtrace: *{error,eacces} *indicates your 'internal.pem' file is not readable by the 'riak' user. One of these commands might help: sudo chown -R riak:riak /etc/riak/certs sudo chmod -R 644 /etc/riak/certs/* Let us know if that works for you. On Thu,

Riak can not start with SSL enable.

2014-02-27 Thread Allen Chen
Hi All, I met similar issue with this thread, I knew it is old. http://lists.basho.com/pipermail/riak-users_lists.basho.com/2012-October/009824.html But it seems happened on my new Debian 7.3(X86_64) test box with riak 1.4.8-1(official build). Without those lines, -proto_dist inet_tls -ssl_dis