Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.7.5
-
None
-
Unknown
Description
When using the async http transport, the sslSocketFactory injected in the tlsClientParameters is not taken into account. TLSClientParameters.getSSLSocketFactory() is only used in HttpsURLConnectionFactory.
This issue prevents the integration with custom JSSE implementations (e.g.: using the Websphere JSSEHelper to get a specific SSLSocketFactory).