[ANN] Riak TS v1.4 is released

2016-08-25 Thread Pavel Hardak
Dear Riak users, Earlier today we have released Riak TS v1.4. This is well-rounded release, combining several new features, number of incremental improvements and bug fixes. Please upgrade your Riak TS clusters or if you still did not, take it for the spin. Any feedback, good or bad, is welcome. W

Re: Need help with Riak-KV (2.1.4) certificate based authentication using Java client

2016-08-25 Thread Jonathan Joseph
Try adding the following Java property setting when launching your java client in order to see SSL Handshake related debug information: -Djavax.net.debug=ssl:handshake Or to see all ssl related debug output: -Djavax.net.debug=ssl On Thu, Aug 25, 2016 at 4:24 PM, Nguyen, Kyle wrote: > Hi all

Need help with Riak-KV (2.1.4) certificate based authentication using Java client

2016-08-25 Thread Nguyen, Kyle
Hi all, I was trying to implement client certificate based authentication following http://docs.basho.com/riak/kv/2.1.4/using/security/basics/ but kept getting the following SSL Handshake exception. I believe I have the client keystore, truststore and riak server cert/key setup properly. Both c