diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-10-20 12:55:01 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-10-20 12:55:01 +0100 |
| commit | 8f2c2d08abbe60a6ce665c78aff2d5f5008e9efd (patch) | |
| tree | 8fc9a31db6f31511f42508e22678b5588acf0af8 /docs | |
| parent | 1d0be28cdaaf42994fbf88ea88ffb347abe1b150 (diff) | |
| download | rabbitmq-server-git-8f2c2d08abbe60a6ce665c78aff2d5f5008e9efd.tar.gz | |
Remove bad SSL versions from the configured ones, don't hard code good versions (which differ across Erlang releases). Never permit use of bad SSL versions. Export a function to do this with.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.config.example | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index b695f6309f..63540568f1 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -64,8 +64,7 @@ %% {certfile, "/path/to/server/cert.pem"}, %% {keyfile, "/path/to/server/key.pem"}, %% {verify, verify_peer}, - %% {fail_if_no_peer_cert, false}, - %% {versions, ['tlsv1.2', 'tlsv1.1']}]} + %% {fail_if_no_peer_cert, false}]}, %% Choose the available SASL mechanism(s) to expose. %% The two default (built in) mechanisms are 'PLAIN' and |
