The desire to create this blog to share my knowledge to others.
this.httpClient = HttpClients.custom() .setSSLContext(new SSLContextBuilder().loadTrustMaterial(null, TrustAllStrategy.INSTANCE).build()) .setSSLHostnameVerifier(NoopHostnameVerifier.INSTANCE).build();
No comments:
Post a Comment