Add more matches

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-01-16 08:04:40 -08:00
parent 603e54a9b7
commit c60e19a7a8

View File

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