How to Change the Cipher Suites in a Redis Enterprise Cluster?

Last updated 18, Apr 2024

Question

How to change the cipher suites in the cluster?

Answer

Changing ciphers using the rladmin tool is possible.

rladmin cluster config cipher_suites "HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!3DES:!MD5:!PSK:!aECDH:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256" 

To see the current cipher suites, follow the instructions.