pivimarco
Results
1
issues of
pivimarco
SSL connection with certificate doesn't work... It should require only to add SslRMIClientSocketFactory to environement map passed to JMXConnectorFactory, something like this: env = HashMap.new env::put "com.sun.jndi.rmi.factory.socket", SslRMIClientSocketFactory.new then if...