Summary: | Multiple Certificates not working with HTTP Client 4 | ||
---|---|---|---|
Product: | JMeter | Reporter: | Philippe Mouawad <p.mouawad> |
Component: | HTTP | Assignee: | JMeter issues mailing list <issues> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | p.mouawad |
Priority: | P2 | ||
Version: | 2.6 | ||
Target Milestone: | --- | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 52033 |
Description
Philippe Mouawad
2012-03-09 12:05:58 UTC
In fact multiple client certificates does not work with HTTPClient 4. This might be related to a change in httpclient-4.1.2.jar compared to http-client-4.0. HttpsURLConnection.getDefaultSSLSocketFactory() is no more used. That might explain why JsseSSLManager does not enter in the process. Date: Sat Mar 10 14:57:11 2012 New Revision: 1299216 URL: http://svn.apache.org/viewvc?rev=1299216&view=rev Log: Bug 52871 - Multiple Certificates not working with HTTP Client 4 Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/HC4TrustAllSSLSocketFactory.java jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/SlowHC4SSLSocketFactory.java jmeter/trunk/xdocs/changes.xml |