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-
