diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-10-20 16:12:29 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-10-20 16:12:29 +0100 |
| commit | 183a1ab479d409db0e9ffdcbd6e9ee7422b0b119 (patch) | |
| tree | 7ae205d82d72cee14a79d34ae8183e886edc5763 /ebin | |
| parent | 2478b40901922dcf923a978dcbe7bea7979e1eb7 (diff) | |
| parent | 837509175ef2431f55f0882091f51664fda821e8 (diff) | |
| download | rabbitmq-server-git-183a1ab479d409db0e9ffdcbd6e9ee7422b0b119.tar.gz | |
Merge bug26419
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index 888e4dbabf..9e5584a1bf 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -47,6 +47,7 @@ {log_levels, [{connection, info}]}, {ssl_cert_login_from, distinguished_name}, {ssl_handshake_timeout, 5000}, + {ssl_allow_poodle_attack, false}, {handshake_timeout, 10000}, {reverse_dns_lookups, false}, {cluster_partition_handling, ignore}, |
