-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor
-
Affects Version/s: None
-
Component/s: None
-
None
Joel Rettinger 12:54 PM
I did find a need to make a slight modification to the GrouperHttpClient to get connections working in our environment - I changed the calls to create the HttpClient like
HttpClients.custom().setSSLSocketFactory(sslConnectionSocketFactory).useSystemProperties().build();
and
HttpClients.createSystem();