The values for ClientProperty.RPC_SSL_KEYSTORE_TYPE should be something like "JKS" or "PKCS12". Now, you can connect to an SSL-enabled instance using:
Instance instance = new ZooKeeperInstance(clientConfig); Connector conn = instance.getConnector(...); -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Mon, Jul 6, 2015 at 2:41 PM, pundu tech <[email protected]> wrote: > I am setting up a metadata configuration service on Accumulo. > Setting it up was a breeze. Doing a simple tests against the cluster was > easy. i am not finding much documentation on how to write Java client with > SSL support. > > Could someone please point me in some direction? > > For instance, I have created a ClientConfiguraiton object with what I > believe are all the required SSL properties (I am not sure what are the > values for ClientProperty.RPC_SSL_KEYSTORE_TYPE). What should I do with > this object now? > > > Thanks, > pundutech
