Update ignore tls pattern

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-01-21 09:38:21 -08:00
parent 7a3e289677
commit a3c3411a40

View File

@@ -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(