简体   繁体   中英

Cannot disable SSL for JMX

I am following this JMX guide here . Under the Disabling SSL section it says that com.sun.management.jmxremote.ssl=false JVM property can be set to disable SSL for JMX.

I am testing this on tomcat server. I edit the tomcat startup script catalina.sh and add this property.

This property is used by tomcat during startup: 在此处输入图片说明

Then I connect to tomcat using jconsole 在此处输入图片说明

It still tries to connect via SSL: 在此处输入图片说明

I've also tried this with Active MQ, SOAP UI etc with no luck.

Click on insecure. Jconsole complains there is no SSL and just warn you about that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM