You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/src/main/java/org/asynchttpclient/util/SslUtils.java
+17-6
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,17 @@
15
15
*/
16
16
packageorg.asynchttpclient.util;
17
17
18
-
importjavax.net.ssl.SSLContext;
19
-
importjavax.net.ssl.TrustManager;
20
-
importjavax.net.ssl.X509TrustManager;
21
-
22
18
importjava.security.GeneralSecurityException;
23
19
importjava.security.KeyManagementException;
24
20
importjava.security.NoSuchAlgorithmException;
25
21
importjava.security.SecureRandom;
26
22
23
+
importjavax.net.ssl.SSLContext;
24
+
importjavax.net.ssl.TrustManager;
25
+
importjavax.net.ssl.X509TrustManager;
26
+
27
+
importorg.asynchttpclient.AsyncHttpClientConfig;
28
+
27
29
/**
28
30
* This class is a copy of http://github.com/sonatype/wagon-ning/raw/master/src/main/java/org/apache/maven/wagon/providers/http/SslUtils.java
29
31
*/
@@ -64,7 +66,16 @@ public static SslUtils getInstance() {
0 commit comments