From c60e19a7a837eef8bede5b9e00e3d6e47dc849ea Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Fri, 16 Jan 2026 08:04:40 -0800 Subject: [PATCH] Add more matches Signed-off-by: Bryan Frimin --- pkg/probod/probod.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkg/probod/probod.go b/pkg/probod/probod.go index 3b5fbd3cf..01ceae60b 100644 --- a/pkg/probod/probod.go +++ b/pkg/probod/probod.go @@ -779,7 +779,9 @@ func (impl *Implm) runTrustCenterServer( strings.Contains(msg, "client sent an HTTP request to an HTTPS server") || strings.Contains(msg, "tls: client offered only unsupported versions") || strings.Contains(msg, "EOF") || - strings.Contains(msg, " i/o timeout") + 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") } httpServerLogger := l.Named("", log.SkipMatch(ignoreTLSHandshakeErrors)) httpsServer := httpserver.NewServer(