UCF STIG Viewer Logo

The ISEC7 EMM Suite must configure Enable HTTPS to use HTTP over SSL in Apache Tomcat.


Overview

Finding ID Version Rule ID IA Controls Severity
V-224786 ISEC-06-550800 SV-224786r505933_rule Medium
Description
Without protection of the transmitted information, confidentiality and integrity may be compromised since unprotected communications can be intercepted and either read or altered. This requirement applies only to those applications that are either distributed or can allow access to data non-locally. Use of this requirement will be limited to situations where the data owner has a strict requirement for ensuring data integrity and confidentiality is maintained at every step of the data transfer and handling process. When transmitting data, applications need to leverage transmission protection mechanisms, such as TLS, TLS VPNs, or IPSEC. Communication paths outside the physical protection of a controlled boundary are exposed to the possibility of interception and modification. Protecting the confidentiality and integrity of organizational information can be accomplished by physical means (e.g., employing physical distribution systems) or by logical means (e.g., employing cryptographic techniques). If physical means of protection are employed, then logical means (cryptography) do not have to be employed, and vice versa.
STIG Date
ISEC7 Sphere Security Technical Implementation Guide 2020-09-04

Details

Check Text ( C-26477r461614_chk )
Verify Enable HTTPS has been configured to use HTTP over SSL:

Open a web browser that is able to reach the ISEC7 EMM Suite console.
Verify that the address used has a prefix of https://

Alternately:

Log in to the ISEC7 EMM Suite server.
Open the server.xml file located at :\Program Files\ISEC7 EMM Suite\Tomcat\conf with Notepad.exe
Select Edit >> Find and search for Connector port="443"
Confirm the connector is present and not commented out:



If Enable HTTPS has not been configured to use HTTP over SSL, this is a finding.
Fix Text (F-26465r461615_fix)
To enable HTTPS to use HTTP over SSL, run the ISEC7 integrated installer or use the following manual procedure:

Log in to the ISEC7 EMM Suite server.
Open the server.xml file located at :\Program Files\ISEC7 EMM Suite\Tomcat\conf with Notepad.exe
Select Edit >> Find and search for Connector port="443"
If the connector is not present add:



If the connector has been commented out, remove the comment characters.
Save the file.
Restart the ISEC7EMM Suite Web service in the services.msc