This commit is contained in:
Looly
2022-11-08 16:16:49 +08:00
parent 1b7269187a
commit 3eef8aa6ec
3 changed files with 10 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ public class DefaultTrustManager extends X509ExtendedTrustManager {
@Override
public X509Certificate[] getAcceptedIssuers() {
return null;
return new X509Certificate[0];
}
@Override