java - Cannot disable SSL for JMX -
i following jmx guide here. under disabling ssl
section says com.sun.management.jmxremote.ssl=false
jvm property can set disable ssl jmx.
i testing on tomcat server. edit tomcat startup script catalina.sh
, add property.
this property used tomcat during startup:
then connect tomcat
using jconsole
it still tries connect via ssl:
i've tried active mq, soap ui etc no luck.
click on insecure. jconsole complains there no ssl , warn that.
Comments
Post a Comment