belovers
Results
1
issues of
belovers
the doc writes: Setting up SSL (You need to set up the server with SSL) SslContext sslContext = SslContext.newClientContext(); try(EtcdClient etcd = new EtcdClient(sslContext, URI.create("https://123.45.67.89:8001"), URI.create("https://123.45.67.90:8001"))){ // Logs etcd version...