jmx-dev RFR 6399961: The management agent doesn't support SSL keystore setup when loaded dynamically

Jaroslav Bachorik jaroslav.bachorik at oracle.com
Tue Oct 1 02:01:00 PDT 2013


Hi,

Currently it is not possible to configure SSL parameters when loading 
the management agent. The fix is to forward any javax.net.ssl.* 
properties to the target JVM. The javax.net.ssl.* properties provided in 
the agent configuration should never replace any javax.net.ssl.* 
properties defined by the target JVM.

The issue:  https://bugs.openjdk.java.net/browse/JDK-6399961
Webrev:     http://cr.openjdk.java.net/~jbachorik/6399961/webrev.00

Thanks,

-JB-


More information about the jmx-dev mailing list