Added comments

This commit is contained in:
M66B
2024-01-07 18:23:08 +01:00
parent f4368be61a
commit 15986650a7

View File

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