Skip to content

Commit 260e929

Browse files
committed
Update README.md
1 parent f9be072 commit 260e929

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

Diff for: README.md

+2-16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cassandra JDBC Driver
1+
# Couchbase JDBC Driver
22

33
Based 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
1111
gradlew.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

0 commit comments

Comments
 (0)