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 9150240 commit 005c666Copy full SHA for 005c666
site/src/site/apt/ssl.apt
@@ -35,6 +35,6 @@ SecureRandom secureRandom = new SecureRandom();
35
SSLContext sslContext = SSLContext.getInstance("TLS");
36
sslContext.init(keyManagers, trustManagers, secureRandom);
37
Builder builder = new AsyncHttpClientConfig.Builder();
38
-builder.setSSLContext(myOwnThreadPool);
+builder.setSSLContext(sslContext);
39
AsyncHttpClient client = new AsyncHttpClient(builder.build());
40
+-----+
0 commit comments