-
Enhancement
-
Resolution: Fixed
-
P4
-
6
-
b29
-
generic
-
generic
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
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
- relates to
-
JDK-6361632 Ability to connect to JMX agent with SSL/TLS-protected RMI registry
- Resolved