Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.4.1
-
None
-
None
Description
http://hc.apache.org/httpcomponents-client-4.4.x/tutorial/html/connmgmt.html
SSLContext sslContext = SSLContexts.custom() .useTLS() .loadTrustMaterial(myTrustStore) .build();
However, this does not work in 4.4.1.