Reduce logging

pull/214/head
M66B 8 months ago
parent f9b49ce0ac
commit 97d4d91abd

@ -525,6 +525,7 @@ public class ContactInfo {
ex instanceof CertPathValidatorException ||
ex.getCause() instanceof CertPathValidatorException ||
ex.getCause() instanceof CertificateException ||
ex instanceof SSLHandshakeException ||
(ex instanceof SSLException &&
"Unable to parse TLS packet header".equals(ex.getMessage())) ||
(ex instanceof IOException &&

Loading…
Cancel
Save