gpt4 book ai didi

ssl - 使用 SSL 的 Wildfly 13 JMX

转载 作者:太空宇宙 更新时间:2023-11-03 14:32:31 25 4
gpt4 key购买 nike

我在启用 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 的绑定(bind)时,我可以连接到 service:jmx:remote+http://localhost:9990

是否可以使用 remote+http 协议(protocol)将 JMX 与 SSL 结合使用?

谢谢,

--伊沃

最佳答案

应该是service:jmx:remote+https://<server>:9993

关于ssl - 使用 SSL 的 Wildfly 13 JMX,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51417751/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com