Hello,
I've found out how to enable basic HTTP Authentication by adding the following two parameters to the JVM line:
-javaagent:jolokia-jvm-jdk6-0.90-agent.jar=port=19999,host=hostname,user=username,password=password
But how to configure Jolokia to use HTTPS instead of plain text HTTP?
Thank you!
P.S. Overall, the software seems to be great!