JDK-6361632 : Ability to connect to JMX agent with SSL/TLS-protected RMI registry
  • Type: Enhancement
  • Component: tools
  • Sub-Component: jconsole
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-12-09
  • Updated: 2010-07-29
  • Resolved: 2006-02-18
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 b73Fixed
Related Reports
Relates :  
Relates :  
Description
Mustang supports SSL/TLS-protected RMI registry for remote monitoring and management using a new management property:
  com.sun.management.jmxremote.registry.ssl=true|false

Enhance JConsole to work with the JMX agent with SSL/TLS-protected RMI registry.

Comments
EVALUATION JConsole will attempt to look up from a SSL-enabled RMI registry. If failed, try the non-SSL one. Will fix it in Mustang.
09-12-2005