Closed llamafilm closed 2 weeks ago
@llamafilm I guess the issue might be that the server uses an insecure cipher suite which recently is blocked by default be Golang. Try setting tls_cipher_suites = ["all"]
for the plugin!
Ok thank you! That works. I didn't know this doc existed before but I just found https://github.com/influxdata/telegraf/blob/master/docs/TLS.md.
Relevant telegraf.conf
Logs from Telegraf
System info
Telegraf 1.32.0, MacOS Ventura
Expected behavior
This server has an invalid TLS certificate. So I expect that with
insecure_skip_verify=true
I should get a successful 200 response.Actual behavior
TLS error
Additional info
From the same system, curl works fine with the
--insecure
option.