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(