diwakergupta / jetcd

Java client for etcd
Apache License 2.0
47 stars 14 forks source link

SSL+TLS Auth #9

Closed and-hom closed 9 years ago

and-hom commented 10 years ago

Etcd supports ssl/tls authentication. Looks like jetcd does not, does it? Retrofit supports working with custom http client impl, so I've just created and tested a local branch with ssl auth support. Is it a good idea to make a pull request?

diwakergupta commented 10 years ago

@and-hom correct, jetcd doesn't support SSL/TLS today. PR is most welcome!

and-hom commented 10 years ago

Done

diwakergupta commented 9 years ago

You can now pass in arbitrary Retrofit clients into jetcd, thus letting users handle SSL/TLS auth if they want to.