Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ssl/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用SSL的Wildfly 13 JMX_Ssl_Wildfly_Jmx - Fatal编程技术网

使用SSL的Wildfly 13 JMX

使用SSL的Wildfly 13 JMX,ssl,wildfly,jmx,Ssl,Wildfly,Jmx,我正在使用启用JMX的Wildfly 13 standalone: <remoting-connector/> 我没有联系 当我将绑定还原为http时,我可以连接到服务:jmx:remote+http://localhost:9990 是否可以使用remote+http协议将JMX与SSL结合使用 谢谢 --Ivo应该是服务:jmx:remote+https://:9993 <management-interfaces> <http-interface sec

我正在使用启用JMX的Wildfly 13 standalone:

<remoting-connector/>
我没有联系

当我将绑定还原为http时,我可以连接到
服务:jmx:remote+http://localhost:9990

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

谢谢


--Ivo应该是
服务:jmx:remote+https://:9993

<management-interfaces>
  <http-interface security-realm="ManagementRealm">
    <http-upgrade enabled="true"/>
      <socket-binding https="management-https"/>
<security-realm name="ManagementRealm">
  <server-identities>
    <ssl>
      <keystore path=.../>
    </ssl>
  </server-identities>
service:jmx:remote+http://localhost:9993