Failed to start s3server on the environment where fips mode is enabled
Bug report information
(delete this section (everything between the lines) if you're not reporting a bug but requesting a feature)
Description
Failed to start s3server on the environment where fips mode is enabled
Steps to reproduce the issue
enable fips on the environment: /usr/bin/fips-mode-setup --enable start cloudserver: yarn start
Actual result
node:internal/crypto/hash:71 this[kHandle] = new _Hash(algorithm, xofLen); ^
Error: error:060800C8:digital envelope routines:EVP_DigestInit_ex:disabled for FIPS
at new Hash (node:internal/crypto/hash:71:19)
at Object.createHash (node:crypto:130:10)
at Object.
Expected result
start clouderver successfully on the node where fips mode is enabled
Additional information
- cloudserver: 8.7.7
- Node.js version: v16.18.1
- yarn version: 1.22.19
- distribution/OS: Red Hat Enterprise Linux release 8.7 (Ootpa)