druid/extensions-core/simple-client-sslcontext
Jonathan Wei b2d9b6f23d Allow custom TLS cert checks (#6432)
* Allow custom TLS cert checks

* PR comment

* Checkstyle, PR comment
2018-10-24 16:31:52 -07:00
..
src/main Allow custom TLS cert checks (#6432) 2018-10-24 16:31:52 -07:00
README.md TLS support (#4270) 2017-07-06 17:40:12 -07:00
pom.xml combine druid-api, druid-common, java-util into druid-core (#6443) 2018-10-14 20:37:37 -07:00

README.md

This module contains a simple implementation of SslContext that will be injected to be used with HttpClient that Druid nodes use internally to communicate with each other. More details here.