Enabling SSL on JBoss WildFly Application Server
Enable and verify SSL on JBoss WildFly Application Server.
By default, JBoss WildFly application server uses 8443 port for the HTTPS protocol. Type the following URL into your browser: https://IPaddress:8443/eml/Login.
By default, the application realm is mentioned in the
standalone.xml file located in the
$JBOSS_HOME/standalone/configuration directory. The
application.keystore is auto generated on the first use with a self-signed certificate for
localhost. However, generating the self-signed certificates are discouraged because they result in browser warnings on internal sites.
Note: It is always good practice to create a custom application realm. For creating a custom application realm on JBoss WildFly application server, see
WildFly documentation.
Copyright © Cloud Software Group, Inc. All rights reserved.