Bug 55525 - Proxy should support alias for keystore entry
Summary: Proxy should support alias for keystore entry
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.9
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-05 08:43 UTC by Sebb
Modified: 2013-09-05 11:24 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebb 2013-09-05 08:43:18 UTC
At present, the Proxy server assumes that the keystore only contains a single private key that is to be used to encrypt the traffic.

It would be useful to support a keystore that contained multiple keys.

The property proxy.cert.alias could be used for this.
Comment 1 Sebb 2013-09-05 11:24:29 UTC
URL: http://svn.apache.org/r1520267
Log:
Proxy should support alias for keystore entry
Added helper key manager that returns the specified alias
Bugzilla Id: 55525

Added:
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ServerAliasKeyManager.java   (with props)

URL: http://svn.apache.org/r1520282
Log:
Proxy should support alias for keystore entry
Bugzilla Id: 55525

Modified:
    jmeter/trunk/bin/jmeter.properties
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/Proxy.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:55 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3227