File tree 1 file changed +2
-16
lines changed
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
2
2
3
3
Based on [ DbSchema Cassandra driver] ( https://bitbucket.org/dbschema/cassandra-jdbc-driver/src/master/ )
4
4
@@ -11,18 +11,4 @@ Based on [DbSchema Cassandra driver](https://bitbucket.org/dbschema/cassandra-jd
11
11
gradlew.bat jar
12
12
```
13
13
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