influxdata / influx-stress

New tool for generating artificial load on InfluxDB
MIT License
121 stars 43 forks source link

Support TLS Connections #18

Closed r3cgm closed 7 years ago

r3cgm commented 7 years ago

Our InfluxDB is TLS-only. Could we please update the stress test to allow for connections of that type?

desa commented 7 years ago

hey @r3cgm is using https with the host flag not sufficient?

$ influx-stress insert --host "https://localhost:8086"
r3cgm commented 7 years ago

That did the trick, Michael. Thanks (again)!