【发布时间】:2018-07-19 08:22:09
【问题描述】:
我正在使用启用了 JMX 的 Wildfly 13 独立版:
<remoting-connector/>
管理界面正在通过https:
<management-interfaces>
<http-interface security-realm="ManagementRealm">
<http-upgrade enabled="true"/>
<socket-binding https="management-https"/>
SSL 已设置:
<security-realm name="ManagementRealm">
<server-identities>
<ssl>
<keystore path=.../>
</ssl>
</server-identities>
当我启动 JConsole 并尝试连接时
service:jmx:remote+http://localhost:9993
我没有连接。
当我将绑定恢复为 http 时,我可以连接到 service:jmx:remote+http://localhost:9990
是否可以使用remote+http 协议让 JMX 与 SSL 一起使用?
谢谢,
--伊沃
【问题讨论】: