1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-20 10:55:29 +00:00

Reduce logging

This commit is contained in:
M66B 2024-01-04 11:15:09 +01:00
parent f9b49ce0ac
commit 97d4d91abd

View file

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