Known Issues in FIPS

Learn about the known issues in FIPS, the impact or changes to the functionality, and the workaround.

OpenSSL HMAC symlink for RHEL8.x FIPS
Cloudera Manager 7.13.2 and below versions
Cloudera Manager 7.13.1.400, 7.13.2.0 and 7.11.3 CHF15

If you are using RHEL 8.10 in FIPS mode, then before you initiate the Cloudera Manager cluster installation or upgrade process, ensure to add the symbolic links to the OpenSSL libraries on all the cluster hosts.

This issue affects and only applies to operating system versions other than RHEL 8.10.

cd /usr/lib64
ln -sf /usr/lib64/.libcrypto.so.1.1.1k.hmac /lib64/.libcrypto.so.hmac 
ln -sf /usr/lib64/.libssl.so.1.1.1k.hmac /lib64/.libssl.so.hmac