Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,11 @@ public static SSLContext trustAllSSLContext() throws GeneralSecurityException {
new TrustManager[] {
new X509TrustManager() {

@SuppressWarnings("TrustAllX509TrustManager")
public void checkClientTrusted(X509Certificate[] chain, String authType)
throws CertificateException {}

@SuppressWarnings("TrustAllX509TrustManager")
public void checkServerTrusted(X509Certificate[] chain, String authType)
throws CertificateException {}

Expand Down