简体   繁体   English

无法禁用JMX的SSL

[英]Cannot disable SSL for JMX

I am following this JMX guide here . 我在这里遵循此JMX指南。 Under the Disabling SSL section it says that com.sun.management.jmxremote.ssl=false JVM property can be set to disable SSL for JMX. 在“ Disabling SSL部分下,它说com.sun.management.jmxremote.ssl=false JVM属性可以设置为禁用JMX的SSL。

I am testing this on tomcat server. 我正在tomcat服务器上对此进行测试。 I edit the tomcat startup script catalina.sh and add this property. 我编辑tomcat启动脚本catalina.sh并添加此属性。

This property is used by tomcat during startup: 在启动过程中,tomcat使用此属性: 在此处输入图片说明

Then I connect to tomcat using jconsole 然后我使用jconsole连接到tomcat 在此处输入图片说明

It still tries to connect via SSL: 它仍然尝试通过SSL连接: 在此处输入图片说明

I've also tried this with Active MQ, SOAP UI etc with no luck. 我也尝试过使用Active MQ,SOAP UI等来实现这一点,但是没有运气。

Click on insecure. 单击不安全。 Jconsole complains there is no SSL and just warn you about that. Jconsole抱怨没有SSL,只是警告您。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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