I installed of Sonarqube 8.6.1.40680 on a RHEL 8.3 server in fips mode following the documentation. I configured postgresql 12 and verified that access to the database as the sonarqube user. We are using OpenJDK11
When I attempt to start the Sonarqube service I see the following error in the log file:
java security nosuchalgorithmexception sha 512 secretkeyfactory not available
If I disable fips mode and reboot the machine Sonarqube starts without issue.
Are there additional steps needed to configure Sonarqube on a system in fips mode ?