kairosdb / kairosdb-client

Java Client for KairosDB
65 stars 67 forks source link

HTTPS client #55

Closed jifwin closed 7 years ago

jifwin commented 7 years ago

Any plans to implement HTTPS client? Using my own httpClient with proper ssl context is impossible (expect for setClient method which is only for testing).

jsabin commented 7 years ago

I added a constructor that takes an HttpClientBuilder to allow properties set. This will allow you to set an SSL context on the client. See 1c39647