Ajay
Ajay
If you have pem certs used for your etcd-server then you can use File clientCertFile = new File(CLIENT_CERT_FILE); File clientKeyFile = new File(CLIENT_KEY_FILE); File caFile = new File(CA_FILE); SslContext sslContext...
In URI.create the URI "slash" is https: **//** 98.0.69.1:2379. You are using using **\\\ (back-slashes).**
Is it working ??
Okay. Can you directly use curl to get keys. What is your etcd version ? This client is only for etcdv2. You can use "curl --cacert ca.pem --key etcd-client-key.pem --cert...
Any updates/logs ?