JDK-6228231 : Use SSL/TLS-protected RMI registry for remote monitoring and management.
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: java.lang.management
  • Affected Version: 6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-02-11
  • Updated: 2017-05-16
  • Resolved: 2005-03-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b29Fixed
Related Reports
Relates :  
Description
Currently when initializing the JVM M&M bootstrap agent for remote monitoring
and management there is no way to tell the agent to bind the RMIServer remote
object to an SSL/TLS-protected RMI registry.

Add a new property to the management.properties file to indicate if an
SSL/TLS-protected RMI registry should be used and modify ConnectorBootstrap
consequently to create an SSL or a non SSL RMI registry according to this
property.

Property name: com.sun.management.jmxremote.registry.ssl
Default value: false
###@###.### 2005-2-11 14:02:05 GMT

Comments
EVALUATION Improve security. ###@###.### 2005-2-11 14:13:19 GMT
11-02-2005