mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Added comments
This commit is contained in:
@@ -87,6 +87,8 @@ public class SSLHelper {
|
||||
|
||||
return new TrustManager[]{new X509TrustManager() {
|
||||
// openssl s_client -connect <host>
|
||||
// openssl s_client -starttls imap -crlf -connect <host>
|
||||
// openssl s_client -starttls smtp -crlf -connect <host>
|
||||
|
||||
@Override
|
||||
public void checkClientTrusted(X509Certificate[] chain, String authType) throws CertificateException {
|
||||
|
||||
Reference in New Issue
Block a user