Enabling SSL On JBoss WildFly Application Server
Enabling SSL On JBoss WildFly Application Server
2.
<http-connector name="http-remoting-connector" connector-ref="default" security-realm="App
3.
<https-listener name="https" socket-binding="https" security-realm="ApplicationRealm" enab
Note: The application.keystore is auto generated on the first use with a self-signed certificate for
localhost.
Procedure
1. Generate Key
a. On the command line, type $JBOSS_HOME/standalone/configuration.
b. Enter the following command:
keytool -genkey -alias jbossWildFly -keyalg RSA -keystore server.keystore -validity 1
Note: Where,
the value of -alias refers an alias for the JBoss WildFly application server name.
the value of -keystore refers to the filename where the generated key is saved.
1 of 3 3/4/21, 16:02
Enabling SSL on JBoss WildFly Application Server https://docs.tibco.com/pub/mdm/9.1.0/doc/html/GUID-A...
the value of -validity refers to the validity of the certificate. Specify the value in days.
For example, if the certificate is valid for 30 years, specify 10950.
You can modify the values as per your requirement.
2 of 3 3/4/21, 16:02
Enabling SSL on JBoss WildFly Application Server https://docs.tibco.com/pub/mdm/9.1.0/doc/html/GUID-A...
Note: If the TIBCO MDM Login screen is not displayed, perform the following steps:
For Internet Explorer,
i. Click Tools > Internet Options. The Internet Options window is displayed.
ii. Click the Advanced tab.
iii. Under Security, verify whether Use SSL versionnumber and Use TLS
versionnumber check boxes are selected.
For Mozilla Firefox,
i. In a new tab, type about:config in the address bar and press Enter.
ii. Click I accept the risk!.
A list of preferences is displayed.
Note: The values for these preferences indicate: 1 refers to TLS 1.0, 2 refers to
TLS 1.1, and 3 refers to TLS 1.2.
3 of 3 3/4/21, 16:02