diff options
| author | Michael Klishin <michael@novemberain.com> | 2015-05-20 09:42:04 -0700 |
|---|---|---|
| committer | Michael Klishin <michael@novemberain.com> | 2015-05-20 09:42:04 -0700 |
| commit | 79da7e3a17b07425797acbb5dfd76821799c6b69 (patch) | |
| tree | 1f040a11bec041d51d41bf080abaa8740a08eef0 /src | |
| parent | e100e9a12aef79f9b76dbd9771b2acda2f4ed916 (diff) | |
| parent | c4fd4b9d41f3cc17c11fa2a8af8b0bdfcbc9e5a3 (diff) | |
| download | rabbitmq-server-git-79da7e3a17b07425797acbb5dfd76821799c6b69.tar.gz | |
Merge pull request #165 from rabbitmq/rabbitmq-server-162
Adds TLS suggestion
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_nodes.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rabbit_nodes.erl b/src/rabbit_nodes.erl index bbe0d35719..245c0acf6a 100644 --- a/src/rabbit_nodes.erl +++ b/src/rabbit_nodes.erl @@ -137,7 +137,8 @@ dist_broken_diagnostics(Name, Host, NamePorts) -> [{" * TCP connection succeeded but Erlang distribution " "failed~n" " * suggestion: hostname mismatch?~n" - " * suggestion: is the cookie set correctly?", []}]; + " * suggestion: is the cookie set correctly?~n" + " * suggestion: is the Erlang distribution using TLS?", []}]; {error, Reason} -> [{" * can't establish TCP connection, reason: ~s~n" " * suggestion: blocked by firewall?", |
