문제

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: enter image description here

Then I connect to tomcat using jconsole enter image description here

It still tries to connect via SSL: enter image description here

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top