From 5f4ee877cc771e5f8801e097e259fa77e018fbf2 Mon Sep 17 00:00:00 2001 From: Dane Strandboge <136023093+DStrand1@users.noreply.github.com> Date: Mon, 10 Feb 2025 08:27:45 -0600 Subject: [PATCH] fix(agent): Set `godebug x509negativeserial=1` as a workaround (#16489) --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index d48d84255..e67ccae54 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/influxdata/telegraf go 1.23.0 +godebug x509negativeserial=1 + require ( cloud.google.com/go/bigquery v1.65.0 cloud.google.com/go/monitoring v1.22.0