https://bz.apache.org/bugzilla/show_bug.cgi?id=63677
Bug ID: 63677
Summary: Apache httpclient-4.5.9 is pulling in incompatible
dependency httpcore-4.4.11.
Product: Apache httpd-2
Version: 2.5-HEAD
Hardware: All
OS: Linux
Status: NEW
Severity: major
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When attempting to use the TrustSelfSigned strategy we get a run time failure
of the code in org.apache.http.ssl.SSLContextBuilder#loadTrustMaterial, this is
due to what appears to be a class collision.
The org.apache.http.conn.ssl.SSLContextBuilder being deprecated is also defined
in org.apache.http.ssl.SSLContextBuilder. But there is no path forward for
using the org.apache.http.conn.ssl.TrustSelfSignedSrategy which does not lead
to a runtime classnotfound exception when the JARS are shaded.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]