Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jmx connection through SSL #14

Open
pivimarco opened this issue Dec 13, 2017 · 0 comments
Open

jmx connection through SSL #14

pivimarco opened this issue Dec 13, 2017 · 0 comments

Comments

@pivimarco
Copy link

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 trustore and keystore are passed are set as system properties or passed as jvm arguments it is possible to establish an SSL connection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant