diff options
| author | Gerhard Lazu <gerhard@lazu.co.uk> | 2017-09-20 21:40:19 +0100 |
|---|---|---|
| committer | Gerhard Lazu <gerhard@lazu.co.uk> | 2017-09-20 21:40:19 +0100 |
| commit | 19c4dd92e7e386b9635de118a7921b6724853130 (patch) | |
| tree | e260e26b5df5f1734c0b6b59f3c7fc88fe963efd | |
| parent | a521119a07aaf4d70f19ad7d3fd02f721f571ce1 (diff) | |
| download | rabbitmq-server-git-19c4dd92e7e386b9635de118a7921b6724853130.tar.gz | |
Fix typo: SSH -> SSFix typo: SSH -> SSL
| -rw-r--r-- | docs/rabbitmq.config.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 7c3840b9e4..c170340a10 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -130,7 +130,7 @@ %% %% {ssl_handshake_timeout, 5000}, - %% Whether to allow SSH POODLE attack, + %% Whether to allow SSL POODLE attack, %% as is the case of Erlang versions that make it impossible to disable SSLv3 %% %% {ssl_allow_poodle_attack, false}, |
