Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.4.6, 3.5.1
-
None
-
Unknown
Description
When using `org.apache.cxf.transport.http.asyncclient.hc5.AsyncHTTPConduit` and setting `TLSClientParameters.certAlias` so the HTTP client sends a specific client certificate from the keystore, the certificate alias is ignored.
From what I've been able to debug, it seems `AsyncHTTPConduit` creates a `RegistryBuilder<TlsStrategy>` with the proper SSL settings but never actually registers them with the HTTP client:
Attachments
Issue Links
- is a clone of
-
CXF-8665 Custom certificate alias not being used when using HC AsyncHTTPConduit
- Closed
- is blocked by
-
HTTPCLIENT-2209 Pass HttpContext to AsyncClientConnectionOperator
- Resolved