FIPS Troubleshooting
FIPS Installation Troubleshooting
If you encounter a software validation issue during the installation, proceed as follows:

Follow the steps specified in Validating Debian and RPM Packages.

If the FIPSFederal Information Processing Standards - standards developed by the United States federal government for use in computer systems by non-military government agencies and government contractors system is not able to work on your Windows environment, make sure the Thawte Primary Root CA certificate is installed on your server's Local Computer Certificates store. To install the certificate and its chain, follow these steps:
- Download Thawte Primary Root CA certificate.
- Import it into the "Trusted Root Certification Authorities" store:
- Open Manage Computer Certificates Control Panel.
- Right-click Certificates in the Trusted Root Certification Authorities section.
- Select All Tasks > Import and follow the dialog to import thawte-Root-CA.pem file.
- Download Thawte SHA256 Code Signing CA certificate.
- Import it into "Intermediate Certification Authorities":
- Open Manage Computer Certificates Control Panel.
- Right-click Certificates in the Intermediate Certification Authorities section.
- Select All Tasks > Import and follow the dialog to import thawte SHA256 Code Signing CA.pem file.
EKM Service Start Troubleshooting
If following the EKMEnterprise Key Management - previous name of the product. server restart, the ucl server test shows unexpected errors, proceed as follows:
-
Check Tomcat Log:
Starting the EKM
Enterprise Key Management - previous name of the product. Service triggers the initialization of the Tomcat web service. We recommend examining its latest log file (
catalina.out
) to make sure Tomcat initialization was flawless. See Tomcat Logs for further details. -
Check Networking Issues
The servers in the triplet interconnect via ports 443, 6603, and 6604.
Following the orderly EKM
Enterprise Key Management - previous name of the product. service start in the triplet's servers, the following network of connections is established among the servers over ports 6603 and 6604
Running the
netstat -t -n | grep 660 | grep ESTABLISHED
command on EP or Partner servers should reveal a total of 6 one-way connections:- 2x2 one-way connections between EP and Partner servers.
- 2 one-way connections with the Auxiliary server.
Example:
netstat -t -n | grep ESTABLISHED | grep 660 tcp 0 0 192.168.0.182:** 192.168.0.242:6603 ESTABLISHED tcp 0 0 192.168.0.182:** 192.168.0.242:6604 ESTABLISHED tcp6 0 0 192.168.0.182:6604 192.168.0.102:** ESTABLISHED tcp6 0 0 192.168.0.182:6604 192.168.0.102:** ESTABLISHED tcp6 0 0 192.168.0.182:6603 192.168.0.102:** ESTABLISHED tcp6 0 0 192.168.0.182:6603 192.168.0.102:** ESTABLISHED