diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-10-20 13:57:05 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-10-20 13:57:05 +0100 |
| commit | 837509175ef2431f55f0882091f51664fda821e8 (patch) | |
| tree | 7ae205d82d72cee14a79d34ae8183e886edc5763 /ebin | |
| parent | 8f2c2d08abbe60a6ce665c78aff2d5f5008e9efd (diff) | |
| download | rabbitmq-server-git-837509175ef2431f55f0882091f51664fda821e8.tar.gz | |
Test for old Erlang, and shout if we are vulnerable.
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}, |
