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 2018/01/23 20:44:11 UTC

[Bug 62039] New: Distributed testing : Provide ability to use SSL

https://bz.apache.org/bugzilla/show_bug.cgi?id=62039

            Bug ID: 62039
           Summary: Distributed testing : Provide ability to use SSL
           Product: JMeter
           Version: 3.3
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com
  Target Milestone: ---

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

[Bug 62039] [CVE-2018-1287 & CVE-2018-1297] Distributed testing : Secure RMI connection by SSL and certificate and bind to host defined "java.rmi.server.hostname" system property

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Distributed testing :       |[CVE-2018-1287 &
                   |Secure RMI connection by    |CVE-2018-1297] Distributed
                   |SSL and certificate and     |testing : Secure RMI
                   |bind to host defined        |connection by SSL and
                   |"java.rmi.server.hostname"  |certificate and bind to
                   |system property             |host defined
                   |                            |"java.rmi.server.hostname"
                   |                            |system property

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

[Bug 62039] Distributed testing : Secure RMI connection by SSL and certificate and bind to host defined "java.rmi.server.hostname" system property

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Distributed testing : Add   |Distributed testing :
                   |SSL authenticated by        |Secure RMI connection by
                   |certificate to RMI protocol |SSL and certificate and
                   |and bind to host defined    |bind to host defined
                   |"java.rmi.server.hostname"  |"java.rmi.server.hostname"
                   |system property             |system property

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

[Bug 62039] Distributed testing : Provide ability to use SSL

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

--- Comment #4 from Felix Schumacher <fe...@internetallee.de> ---
Date: Sat Jan 27 12:27:32 2018
New Revision: 1822400

URL: http://svn.apache.org/viewvc?rev=1822400&view=rev
Log:
Add a bit more documentation on how to setup the keys for ssl.

Bugzilla Id: 62039

Modified:
    jmeter/trunk/xdocs/usermanual/remote-test.xml

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

[Bug 62039] Distributed testing : Provide ability to use SSL

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Tue Jan 23 20:50:52 2018
New Revision: 1822052

URL: http://svn.apache.org/viewvc?rev=1822052&view=rev
Log:
Bug 62039 - Distributed testing : Provide ability to use SSL
Bugzilla Id: 62039

Added:
    jmeter/trunk/bin/create-rmi-keystore.bat   (with props)
    jmeter/trunk/bin/create-rmi-keystore.sh   (with props)
    jmeter/trunk/src/core/org/apache/jmeter/rmi/
    jmeter/trunk/src/core/org/apache/jmeter/rmi/AliasKeyManager.java   (with
props)
    jmeter/trunk/src/core/org/apache/jmeter/rmi/RMIServerSocketFactoryImpl.java
  (with props)
    jmeter/trunk/src/core/org/apache/jmeter/rmi/RmiUtils.java   (with props)
    jmeter/trunk/src/core/org/apache/jmeter/rmi/SSLRMIClientSocketFactory.java 
 (with props)
    jmeter/trunk/src/core/org/apache/jmeter/rmi/SSLRMIServerSocketFactory.java 
 (with props)
Modified:
    jmeter/trunk/bin/jmeter.properties
    jmeter/trunk/bin/user.properties
    jmeter/trunk/build.xml
    jmeter/trunk/src/core/org/apache/jmeter/JMeter.java
    jmeter/trunk/src/core/org/apache/jmeter/engine/ClientJMeterEngine.java
    jmeter/trunk/src/core/org/apache/jmeter/engine/RemoteJMeterEngineImpl.java
   
jmeter/trunk/src/core/org/apache/jmeter/samplers/RemoteSampleListenerImpl.java
   
jmeter/trunk/src/core/org/apache/jmeter/threads/RemoteThreadsListenerImpl.java
    jmeter/trunk/xdocs/changes.xml

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

[Bug 62039] Distributed testing : Add SSL authenticated by certificate to RMI protocol and bind to host defined "java.rmi.server.hostname" system property

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Distributed testing :       |Distributed testing : Add
                   |Provide ability to use SSL  |SSL authenticated by
                   |                            |certificate to RMI protocol
                   |                            |and bind to host defined
                   |                            |"java.rmi.server.hostname"
                   |                            |system property

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

[Bug 62039] Distributed testing : Provide ability to use SSL

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

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Fri Jan 26 22:54:00 2018
New Revision: 1822364

URL: http://svn.apache.org/viewvc?rev=1822364&view=rev
Log:
Bug 62039 Distributed testing: Provide ability to use SSL
Bugzilla Id: 62039

Modified:
    jmeter/trunk/bin/jmeter.properties
    jmeter/trunk/xdocs/usermanual/properties_reference.xml

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

[Bug 62039] Distributed testing : Provide ability to use SSL

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

--- Comment #5 from Felix Schumacher <fe...@internetallee.de> ---
Date: Sat Jan 27 12:57:58 2018
New Revision: 1822402

URL: http://svn.apache.org/viewvc?rev=1822402&view=rev
Log:
Mention setup of SSL for RMI

Modified:
    jmeter/trunk/xdocs/usermanual/jmeter_distributed_testing_step_by_step.xml

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

[Bug 62039] Distributed testing : Provide ability to use SSL

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

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Tue Jan 23 21:01:37 2018
New Revision: 1822058

URL: http://svn.apache.org/viewvc?rev=1822058&view=rev
Log:
Bug 62039 - Distributed testing : Provide ability to use SSL
Fix bad patching
Add keystore for tests
Bugzilla Id: 62039

Added:
    jmeter/trunk/bin/rmi_keystore.jks   (with props)
Modified:
    jmeter/trunk/bin/create-rmi-keystore.bat
    jmeter/trunk/bin/create-rmi-keystore.sh
    jmeter/trunk/build.xml

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