From a3c3411a40bcea0ee4aae1d2948c909400b52d62 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Wed, 21 Jan 2026 09:38:21 -0800 Subject: [PATCH] Update ignore tls pattern Signed-off-by: Bryan Frimin --- pkg/probod/probod.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkg/probod/probod.go b/pkg/probod/probod.go index 2e14f74a5..ea743b118 100644 --- a/pkg/probod/probod.go +++ b/pkg/probod/probod.go @@ -752,7 +752,10 @@ func (impl *Implm) runTrustCenterServer( strings.Contains(msg, "EOF") || strings.Contains(msg, " i/o timeout") || strings.Contains(msg, "tls: first record does not look like a TLS handshake") || - strings.Contains(msg, "tls: client requested unsupported application protocols") + 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") } httpServerLogger := l.Named("", log.SkipMatch(ignoreTLSHandshakeErrors)) httpsServer := httpserver.NewServer(