Re: Cassandra Client Program not Working with NettySSLOptions

2018-06-25 Thread Jahar Tyagi
I have updated to datastax driver 3.5.0 and using *netty-tcnative-boringssl-static 2.0.8.Final *as io.netty dependency but still getting same exception. DEBUG Connection[host1/***.***.**.**:10742-1, inFlight=0, closed=true], stream 0, Error wr com.datastax.driver.core.exceptions.NoHostAvailableExc

Re: Cassandra Client Program not Working with NettySSLOptions

2018-06-20 Thread Jahar Tyagi
Yes, Server uses the encryption client-node and server-server both and running fine with JDKSSL options but problem is with NettySSLOptions. On Tue, Jun 19, 2018 at 7:04 PM, Jonathan Haddad wrote: > Is the server configured to use encryption? > > On Tue, Jun 19, 2018 at 3:59 AM Jahar Tyagi wrot

Re: Cassandra Client Program not Working with NettySSLOptions

2018-06-19 Thread Jonathan Haddad
Is the server configured to use encryption? On Tue, Jun 19, 2018 at 3:59 AM Jahar Tyagi wrote: > Hi, > > I referred to this link > https://docs.datastax.com/en/developer/java-driver/3.0/manual/ssl/ > to > implement a simple Ca