ssl-fips-enabled
Use the ssl-fips-enabled entry in the [redis-server:<server-name>] stanza to control whether communication with the Redis server uses Federal Information Processing Standards (FIPS) mode.
Syntax
ssl-fips-enabled = {yes|no} Description
Determines whether Federal Information Process Standards (FIPS) mode is enabled on the Redis client. If this configuration entry is not present, the setting from the fips-mode-processing entry in the [ssl] stanza is used.
Note: The [redis-server:<server-name>] ssl-nist-compliance setting
can override this entry. If ssl-nist-compliance is
set to yes, FIPS mode processing is automatically
enabled.
Options
- yes
- FIPS mode is enabled.
- no
- FIPS mode is disabled.
Usage
This stanza entry is optional.
Default value
None.
Example
ssl-fips-enabled = yes