diff options
| author | Michael Klishin <michael@rabbitmq.com> | 2014-06-19 16:00:48 +0400 |
|---|---|---|
| committer | Michael Klishin <michael@rabbitmq.com> | 2014-06-19 16:00:48 +0400 |
| commit | 26af5d38fc8e7c4b620be93230108740879bd3fd (patch) | |
| tree | cebb8aeb670aa620838f6492d8ad0970e3a507bf /docs | |
| parent | 2e4893d300fb4457827b43e2fd13185008443d1e (diff) | |
| download | rabbitmq-server-git-26af5d38fc8e7c4b620be93230108740879bd3fd.tar.gz | |
Mention that it includes TLS connections
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.config.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 3c132e7d5d..0315eeb4e6 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -27,7 +27,8 @@ %% %% {ssl_listeners, [5671]}, - %% Complete AMQP 0-9-1 connection handshake timeout, in milliseconds. + %% Complete AMQP 0-9-1 connection handshake timeout (including TLS/SSL connections), + %% in milliseconds. %% %% {handshake_timeout, 10000}, |
