What configuration changes are required from rabbitmq application side to enable fips support #11876
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
VMware Tanzu RabbitMQ supports FIPS out of the box: https://tanzu.vmware.com/content/blog/introducing-vmware-tanzu-rabbitmq-3-13 |
Beta Was this translation helpful? Give feedback.
-
Applications won't be aware of FIPS per se. FIPS restricts certain TLS features, so application must avoid using e.g. the cipher suites that are not supported. In many cases this will be negotiated by the TLS handshake process transparently. |
Beta Was this translation helpful? Give feedback.
@Vishnu-0809 if you build a custom RabbitMQ distribution, you are fully responsible for maintaining it.
Our team will not provide any support around FIPS-enabled Erlang. This feature is a part of the commercial edition that users looking for FIPS can buy.