The WebSphere Liberty Server must be configured to use HTTPS only.
An XCCDF Rule
Description
Transmission of data can take place between the application server and a large number of devices/applications external to the application server. Examples are a web client used by a user, a backend database, a log server, or other application servers in an application server cluster.
- ID
- SV-250348r961635_rule
- Version
- IBMW-LS-001120
- Severity
- Medium
- References
- Updated
Remediation Templates
A Manual Procedure
Modify the server.xml file. Enable the ssl-1.0 feature and configure the httpEndpoint settings. The keystores and truststores must also be configured.
<featureManager>
<feature>servlet-3.0</feature>
<feature>ssl-1.0</feature>
<feature>appSecurity-2.0</feature>