javadmohebbi / goNfCollector

A set of tool to collect & analyze netflow & export them to many DBs & Apps like InfluxDB time-series DB
94 stars 20 forks source link

influxdb over https not supported #20

Open andreas-p opened 2 years ago

andreas-p commented 2 years ago

Either the protocol to access influxdb should be configurable, or even more flexible the URL to reach the server. The latter would enable non-standard api paths as well.

javadmohebbi commented 2 years ago

Hi @andreas-p, Thank you for submitting issue. Unfortunately, the current version does not support SSL and as you mentioned, the URL is not flexible enough. I will take your advise into account for our next major release.

regards