esarjeant / twig

Cassandra Twig JDBC Driver
Apache License 2.0
12 stars 3 forks source link

Keyspaces are not visible #5

Open sgowdra opened 4 years ago

sgowdra commented 4 years ago

Hi Author,

This is great jdbc driver, this helps for connecting and querying small queries. it worked great for me using open source cassandra without non SSL enabled when we upgrade to DSE 6.8.2 and enable ssl then keyspace would not be visible Please advise.

Thanks Shiva

esarjeant commented 4 years ago

I'm glad to hear this is helpful, I use it as well day-to-day to easily browse my local dev C* instances.

There is support for SSL via the JDBC parameter "sslenable". A few additional parameters need to be configured (ssltruststore at a minimum), there are details in the README.md on the project homepage.

Let me know if this resolves your issue, here is a screenshot for the properties configuration in DBVisualizer:

Screen Shot 2020-09-24 at 10 21 10 PM