The version of OpenSSL that is shipped with vRealize Operations Manager 6.3 and later releases is FIPS 140-2 certified. However, the FIPS mode is not enabled by default.
You can enable the FIPS mode if there is a security compliance requirement to use FIPS certified cryptographic algorithms with the FIPS mode enabled.
Enabling FIPS mode:- Log in to each cluster node as root using SSH or console.
- Open the /etc/httpd/httpd.conf file in a text editor.
- Add
SSLFIPS on
at the end of the config file. - Save and close the file.
- Reset the Apache configuration with the service httpd restart command.
- After an httpd service restart, open the /var/log/httpd/error.log log file.
- Search for the log event called Operating in SSL FIPS mode.
- Log in to each cluster node as root using SSH or console.
- Open the /etc/httpd/httpd.conf file in a text editor.
- Search for the SSLFIPS line and replace SSLFIPS on with SSLFIPS off.
- Reset the Apache configuration with the service httpd restart command.