We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b36af6 commit b5ccceeCopy full SHA for b5cccee
controls/check-messaging.rb
@@ -143,6 +143,7 @@
143
control 'check-messaging-07' do
144
title 'Check for tls cipher honor order'
145
desc 'The rabbitmq server should force the tls cipher order'
146
+ ref 'Strong Ciphers for Apache, nginx and Lighttpd', url: 'https://cipherli.st/'
147
148
describe rabbitmq_config.params('rabbit','ssl_options','honor_cipher_order') do
149
it { should eq true }
0 commit comments