You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2013/09/05 10:43:18 UTC

[Bug 55525] New: Proxy should support alias for keyserver entry

https://issues.apache.org/bugzilla/show_bug.cgi?id=55525

            Bug ID: 55525
           Summary: Proxy should support alias for keyserver entry
           Product: JMeter
           Version: 2.9
          Hardware: PC
                OS: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: sebb@apache.org

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 55525] Proxy should support alias for keystore entry

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55525

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Proxy should support alias  |Proxy should support alias
                   |for keyserver entry         |for keystore entry

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 55525] Proxy should support alias for keystore entry

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55525

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Sebb <se...@apache.org> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.