|
|
@@ -381,6 +381,7 @@ public class Postback |
|
|
threadsWaitingToPost = 0; |
|
|
threadsWaitingToPost = 0; |
|
|
|
|
|
|
|
|
// Build connection pool manager |
|
|
// Build connection pool manager |
|
|
|
|
|
|
|
|
tustAllCerts = new TrustStrategy() { public boolean isTrusted(X509Certificate[] chain, String authType) { return true; } }; |
|
|
tustAllCerts = new TrustStrategy() { public boolean isTrusted(X509Certificate[] chain, String authType) { return true; } }; |
|
|
|
|
|
|
|
|
sslContext = SSLContextBuilder.create().loadTrustMaterial(tustAllCerts).build(); |
|
|
sslContext = SSLContextBuilder.create().loadTrustMaterial(tustAllCerts).build(); |
|
|
|