Bug 52871 - Multiple Certificates not working with HTTP Client 4
Summary: Multiple Certificates not working with HTTP Client 4
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: HTTP (show other bugs)
Version: 2.6
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks: 52033
  Show dependency tree
 
Reported: 2012-03-09 12:05 UTC by Philippe Mouawad
Modified: 2012-03-10 14:57 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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