SV-224792r1013885_rule
V-224792
SRG-APP-000439
ISEC-06-551600
CAT II
10
To configure SSL support on Tomcat, run the ISEC7 integrated installer or use the following manual procedure:
Log in to the ISEC7 SPHERE server.
Open the server.xml file located at <Drive>:\Program Files\ISEC7 SPHERE\Tomcat\conf with Notepad.exe.
Select Edit >> Find and search for port="443".
If the connector is not present add:
ex: <Connector SSLEnabled="true" maxParameterCount="1000" maxThreads="200" port="443" protocol="org.apache.coyote.http11.Http11NioProtocol" scheme="https" secure="true" sslImplementationName="org.apache.tomcat.util.net.jsse.JSSEImplementation">
<SSLHostConfig certificateVerification="false" ciphers="HIGH:!aNULL:!MD5:!3DES:!ARIA:!SHA:!CAMELLIA:!AES128-CCM8:!AES128-CCM:!AES256-CCM8:!AES256-CCM:!DHE" honorCipherOrder="true" protocols="+TLSv1.2,+TLSv1.3">
<Certificate certificateKeyAlias="https" certificateKeystoreFile="" certificateKeystoreType="Windows-MY"/>
</SSLHostConfig>
</Connector>
Modifying the certificateKeystoreFile path and certificateKeystorePassword as needed or leveraging the Windows-MY certificateKeystoreType instead.
If the connector has been commented out, remove the comment characters.
Save the file.
Restart the ISEC7 SPHERE Web service.
To configure SSL support on Tomcat, run the ISEC7 integrated installer or use the following manual procedure:
Log in to the ISEC7 SPHERE server.
Open the server.xml file located at <Drive>:\Program Files\ISEC7 SPHERE\Tomcat\conf with Notepad.exe.
Select Edit >> Find and search for port="443".
If the connector is not present add:
ex: <Connector SSLEnabled="true" maxParameterCount="1000" maxThreads="200" port="443" protocol="org.apache.coyote.http11.Http11NioProtocol" scheme="https" secure="true" sslImplementationName="org.apache.tomcat.util.net.jsse.JSSEImplementation">
<SSLHostConfig certificateVerification="false" ciphers="HIGH:!aNULL:!MD5:!3DES:!ARIA:!SHA:!CAMELLIA:!AES128-CCM8:!AES128-CCM:!AES256-CCM8:!AES256-CCM:!DHE" honorCipherOrder="true" protocols="+TLSv1.2,+TLSv1.3">
<Certificate certificateKeyAlias="https" certificateKeystoreFile="" certificateKeystoreType="Windows-MY"/>
</SSLHostConfig>
</Connector>
Modifying the certificateKeystoreFile path and certificateKeystorePassword as needed or leveraging the Windows-MY certificateKeystoreType instead.
If the connector has been commented out, remove the comment characters.
Save the file.
Restart the ISEC7 SPHERE Web service.
V-224792
False
ISEC-06-551600
To configure SSL support on Tomcat, run the ISEC7 integrated installer or use the following manual procedure:
Log in to the ISEC7 SPHERE server.
Open the server.xml file located at <Drive>:\Program Files\ISEC7 SPHERE\Tomcat\conf with Notepad.exe.
Select Edit >> Find and search for port="443".
If the connector is not present add:
ex: <Connector SSLEnabled="true" maxParameterCount="1000" maxThreads="200" port="443" protocol="org.apache.coyote.http11.Http11NioProtocol" scheme="https" secure="true" sslImplementationName="org.apache.tomcat.util.net.jsse.JSSEImplementation">
<SSLHostConfig certificateVerification="false" ciphers="HIGH:!aNULL:!MD5:!3DES:!ARIA:!SHA:!CAMELLIA:!AES128-CCM8:!AES128-CCM:!AES256-CCM8:!AES256-CCM:!DHE" honorCipherOrder="true" protocols="+TLSv1.2,+TLSv1.3">
<Certificate certificateKeyAlias="https" certificateKeystoreFile="" certificateKeystoreType="Windows-MY"/>
</SSLHostConfig>
</Connector>
Modifying the certificateKeystoreFile path and certificateKeystorePassword as needed or leveraging the Windows-MY certificateKeystoreType instead.
If the connector has been commented out, remove the comment characters.
Save the file.
Restart the ISEC7 SPHERE Web service.
M
4200