From 99f1da15606855c6918fb5c72ed17febb05cc503 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Mon, 9 Feb 2026 10:08:34 +0100 Subject: [PATCH] Suppress noisy TLS log Signed-off-by: Bryan Frimin --- pkg/probod/probod.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/probod/probod.go b/pkg/probod/probod.go index db1589da0..90d6d7729 100644 --- a/pkg/probod/probod.go +++ b/pkg/probod/probod.go @@ -773,7 +773,8 @@ func (impl *Implm) runTrustCenterServer( strings.Contains(msg, "tls: client requested unsupported application protocols") || strings.Contains(msg, "read: connection reset by peer") || strings.Contains(msg, "tls: unsupported SSLv2 handshake received") || - strings.Contains(msg, "tls: no cipher suite supported by both client and server") + strings.Contains(msg, "tls: no cipher suite supported by both client and server") || + strings.Contains(msg, "tls: received record with version") } httpServerLogger := l.Named("", log.SkipMatch(ignoreTLSHandshakeErrors)) httpsServer := httpserver.NewServer(