1.1

Table Of Contents
Connection c =
getConnection("jdbc:sqlfire://myhost:1527/db;ssl=basic");
Running the Client When Both Parties Do Peer Authentication
This is a combination of the two last variants.
Example
System.setProperty("javax.net.ssl.keyStore","clientKeyStore.key");
System.setProperty("javax.net.ssl.keyStorePassword","qwerty");
System.setProperty("javax.net.ssl.trustStore","clientTrustStore.key");
System.setProperty("javax.net.ssl.trustStorePassword","qwerty");
Connection c =
getConnection("jdbc:sqlfire://myhost:1527/db;ssl=peerAuthentication");
vFabric SQLFire User's Guide254
Deploying vFabric SQLFire