SV-93721r3_rule
V-79015
SRG-APP-000439-AS-000155
BEMS-00-011400
CAT II
10
Configure BEMS to use approved versions of TLS.
1. Find the xml file "jetty.xml" located in the BEMS install directory on the BEMS host Windows server.
2. Find the "ExcludeProtocols" field and add all unauthorized versions or SSL and TLS.
<Set name="ExcludeProtocols">
<Array type="java.lang.String">
<Item>TLSv1</Item>
<Item>TLSv1.1</Item>
<Item>SSL</Item>
<Item>SSLv2</Item>
<Item>SSLv2Hello</Item>
<Item>SSLv3</Item>
3. Save the file.
4. Restart the BEMS server.
Verify BEMS has been configured to use only approved versions of TLS as follows:
1. Find the xml file "jetty.xml" located in the BEMS install directory on the BEMS host Windows server.
2. Find the "ExcludeProtocols" field.
3. Verify if unauthorized versions of SSL and TLS are listed in the "jetty.xml" file.
If BEMS has not been configured to use only approved versions of TLS, this is a finding.
V-79015
False
BEMS-00-011400
Verify BEMS has been configured to use only approved versions of TLS as follows:
1. Find the xml file "jetty.xml" located in the BEMS install directory on the BEMS host Windows server.
2. Find the "ExcludeProtocols" field.
3. Verify if unauthorized versions of SSL and TLS are listed in the "jetty.xml" file.
If BEMS has not been configured to use only approved versions of TLS, this is a finding.
M
3259