Skip to content

Commit

Permalink
Revised SSL versions documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jtopjian committed Jan 17, 2015
1 parent 35bb069 commit 5675b38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,9 @@ rabbitmq.config `fail_if_no_peer_cert` setting.

####`ssl_versions`

Choose which SSL versions to enable. Example: `['tlsv1.2', 'tlsv1.1']`
Choose which SSL versions to enable. Example: `['tlsv1.2', 'tlsv1.1']`.

Note that it is recommended to disable `sslv3` and `tlsv1` to prevent against POODLE and BEAST attacks. Please see the [RabbitMQ SSL](https://www.rabbitmq.com/ssl.html) documentation for more information.

####`stomp_port`

Expand Down

0 comments on commit 5675b38

Please sign in to comment.