Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Certificates not working with HTTP Client 4 #2772

Closed
asfimport opened this issue Mar 9, 2012 · 2 comments
Closed

Multiple Certificates not working with HTTP Client 4 #2772

asfimport opened this issue Mar 9, 2012 · 2 comments

Comments

@asfimport
Copy link
Collaborator

@pmouawad (Bug 52871):
Option https.use.cached.ssl.context is not used by HTTP Client 4 implementation.

Severity: normal
OS: All

Blocks:

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
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.

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
Date: Sat Mar 10 14:57:11 2012
New Revision: 1299216

URL: http://svn.apache.org/viewvc?rev=1299216&view=rev
Log:
#2772 - 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant