Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Commit

Permalink
Disable SSLv3 in the app descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Oct 20, 2014
1 parent 0d2ec6d commit 19f44bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ebin/amqp_client.app.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{modules, []},
{registered, [amqp_sup]},
{env, [{prefer_ipv6, false},
{ssl_options, []}]},
%% Disables SSLv3
{ssl_options, [{versions, ['tlsv1.2', 'tlsv1.1', tlsv1]}]}]},
{mod, {amqp_client, []}},
{applications, [kernel, stdlib, xmerl]}]}.

0 comments on commit 19f44bc

Please sign in to comment.