Error/Warning | Solution | Troubleshooting |
FIPS configuration script failed to execute. FIPS is not supported for SQL servers without SSL. | Enable SSL in SQL Server and perform the FIPS configuration. | Follow these steps to enable SSL. |
FIPS configuration script failed to execute. AssetExplorer is not running in HTTPS mode. | Enable HTTPS in AssetExplorer and perform the FIPS configuration. | FIPS mode does not support HTTP. Refer here to change to HTTPS. |
FIPS is not supported in cold start. | Start and stop the application once before running the FIPS script. | - |
PKIX path building failed due to an untrusted certificate. | Kindly install a valid SSL certificate in the database or manually add the untrusted certificate to the application's truststore. Learn more. | Follow the steps mentioned in this documentation to add an untrusted certificate to the application's truststore. |
Failed to validate the server name in SSL handshake. | Kindly configure a hostname that is compliant with the subject alternative name of the SSL certificate presented by the database server. | The Subject Alternative Name (SAN) in the SSL certificate configured for the SQL server must match the hostname used to connect to the SQL Server. If the SAN does not match, you can either regenerate the certificate and reconfigure it in SQL Server or add a DNS entry that complies with the SAN. |
FIPS is not supported with External PostgreSQL. | Please migrate the application database to SQL Server or bundled PostgreSQL for FIPS mode. | Refer to this documentation to configure MSSQL or bundled PGSQL. Refer here to migrate existing data. |
FIPS configuration script executed successfully but could not update run.bat/run.sh file to include FIPS jars. | Please update the run.bat/run.sh file to include FIPS jars manually. | Contact our support team for more details. |
UEM service Integrated is not compatible. | Your UEM is outdated. To configure FIPS, please update to 11.3.2410.01 (EXE NL build that supports user activation and new algorithm) or above. | To upgrade the UEM version, refer to this link. |
Remote server is connected with the central server. Please configure FIPS for remote servers. | FIPS might not be configured in the remote server. | Follow these steps to configure FIPS mode on all remote servers. |
SAML Service Provider certificate algorithm has been updated. SAML login/logout functionality may be affected. | Upload the certificate from <path/to/cert/> to your Identity Provider to restore SAML functionality. | If you are unsure where to download and upload the certificate, refer to this documentation. |
Postgres database password for user sdpadmin is less than 16 characters. | Update the password to be more than or equal to 16 characters using changeDBPassword to make it FIPS compatible and run the script again. | Follow these steps to retrieve your Postgres password. Change the Postgres password using these pointers. |
Cold Start was not completed successfully, so the FIPS script cannot be executed. | Please reinitialize the application and run the FIPS script. | Restart the application. If the FIPs script fails again, contact support. |
Migration invoked/failed and so FIPS script cannot be executed. | Migration Invoked/Failed, and so FIPS script cannot be executed. | Contact our support team for more details. |
Application is currently running so FIPS mode cannot be executed. | Please stop the application and run the FIPS script. | Refer here to shut down the server. |