We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89cc4c commit 538ebe3Copy full SHA for 538ebe3
google-http-client/src/main/java/com/google/api/client/util/SslUtils.java
@@ -157,9 +157,11 @@ public static SSLContext trustAllSSLContext() throws GeneralSecurityException {
157
new TrustManager[] {
158
new X509TrustManager() {
159
160
+ @SuppressWarnings("TrustAllX509TrustManager")
161
public void checkClientTrusted(X509Certificate[] chain, String authType)
162
throws CertificateException {}
163
164
165
public void checkServerTrusted(X509Certificate[] chain, String authType)
166
167
0 commit comments