logzio / jmx2graphite

JMX to Graphite every x seconds in one command line (Docker based) (also come in Java Agent flavour)
MIT License
78 stars 23 forks source link

Support TLS Graphite endpoints #116

Open elahrvivaz opened 2 years ago

elahrvivaz commented 2 years ago

I'd like to have support for TLS connections. This should only involve adding a configuration flag, and using an SSLSocketFactory instead of a regular one when configured. If that a useful feature, I'll be happy to put up a PR.

asafm commented 2 years ago

It wouldn't hurt to have this as an option. We'd be happy to accept a PR for this