You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a cassandra setup with client to node encryption enabled, but i am not able to figure out how to enable the same on ndbench. We are using private CA, so need to add the cert file on the driver. I can see the underlying DataStax driver has the capability to implement SSL, but is not there on the ndbench code.
The code under, CassJavaDriverManagerImpl.java is the one which i had referred to. Can someone please help in this or point to any existing solutions.
The text was updated successfully, but these errors were encountered:
We have a cassandra setup with client to node encryption enabled, but i am not able to figure out how to enable the same on ndbench. We are using private CA, so need to add the cert file on the driver. I can see the underlying DataStax driver has the capability to implement SSL, but is not there on the ndbench code.
The code under, CassJavaDriverManagerImpl.java is the one which i had referred to. Can someone please help in this or point to any existing solutions.
The text was updated successfully, but these errors were encountered: