Return errors in mongodb SSL/TLS configuration (#4066)

(cherry picked from commit bf0c59f56c)
This commit is contained in:
Daniel Nelson
2018-04-23 13:29:12 -07:00
committed by Daniel Nelson
parent cd1c2e9cd8
commit a877b06d74

View File

@@ -149,6 +149,9 @@ func (m *MongoDB) gatherServer(server *Server, acc telegraf.Accumulator) error {
} else {
tlsConfig, err = internal.GetTLSConfig(
m.SSLCert, m.SSLKey, m.SSLCA, m.InsecureSkipVerify)
if err != nil {
return err
}
}
// If configured to use TLS, add a dial function