File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 1- # Cassandra JDBC Driver
1+ # Couchbase JDBC Driver
22
33Based on [ DbSchema Cassandra driver] ( https://bitbucket.org/dbschema/cassandra-jdbc-driver/src/master/ )
44
@@ -11,18 +11,4 @@ Based on [DbSchema Cassandra driver](https://bitbucket.org/dbschema/cassandra-jd
1111gradlew.bat jar
1212```
1313
14- You'll find it in build/libs
15-
16- # SSL
17- Set property ` sslenabled=true `
18-
19- Pass arguments for your keystore and trust store.
20- ```
21- -Djavax.net.ssl.trustStore=/path/to/client.truststore
22- -Djavax.net.ssl.trustStorePassword=password123
23- # If you're using client authentication:
24- -Djavax.net.ssl.keyStore=/path/to/client.keystore
25- -Djavax.net.ssl.keyStorePassword=password123
26- ```
27-
28- To disable server certificate verification set property ` verifyServerCertificate=false ` .
14+ You'll find it in build/libs
You can’t perform that action at this time.
0 commit comments