Add support for self-signed certs to InfluxDB input plugin (#2773)

This commit is contained in:
Lukasz Jagiello
2017-05-08 15:20:24 -07:00
committed by Daniel Nelson
parent 1ebd1aaa41
commit 5af985ef5f
3 changed files with 34 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
### Release Notes
### Features
- [#2773](https://github.com/influxdata/telegraf/pull/2773): Add support for self-signed certs to InfluxDB input plugin
### Bugfixes
- [#2749](https://github.com/influxdata/telegraf/pull/2749): Fixed sqlserver input to work with case sensitive server collation.