Update ignore tls pattern
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user