Bug 52871

Summary: Multiple Certificates not working with HTTP Client 4
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: HTTPAssignee: 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
Option https.use.cached.ssl.context is not used by HTTP Client 4 implementation.
Comment 1 Philippe Mouawad 2012-03-09 13:16:09 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.
Comment 2 Philippe Mouawad 2012-03-10 14:57:51 UTC
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
Comment 3 The ASF infrastructure team 2022-09-24 20:37:49 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2772