5 Replies Latest reply on Jul 29, 2019 3:44 PM by brian.stansberry

    Wildfly 17.0.1-Not working configured SSL using legacy security-realm in ManagementRealm on host.xml

    tarakfs

      We need your suggestion to fix SSL configuration issue in legacy security-realm in ManagementRealm on host.xml, and it is causing not to start master node with legacy SSL settings in Wildfly 17.0.1 Final version. Below are the example setting we used to configure,same settings working in Wildfly 15.0.1.

      Wildfly 17 document referenced link is below

      https://docs.wildfly.org/17/Admin_Guide.html#enable-ssl

      6.10.2. Enable SSL

      SSL

      <security-realm name="ManagementRealm">
      <server-identities>
      <ssl>
      <keystore path="server.jks" relative-to="jboss.server.config.dir" keystore-password="keystore_password" alias="server" key-password="key_password" />
      </ssl>
      </server-identities>
      <authentication>
      <truststore path="server.jks" relative-to="jboss.server.config.dir" keystore-password="truststore_password" />
      <local default-user="$local"/>
      <properties path="application-users.properties" relative-to="jboss.server.config.dir"/>
      </authentication>
      </security-realm>