Skip to content

Commit

Permalink
Do not support SSLv3
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Oct 28, 2016
1 parent d1343d7 commit d6376a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hex/api/ssl.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule Hex.API.SSL do
'AES128-SHA', 'AES256-SHA', 'DES-CBC3-SHA'
]

@default_versions [:"tlsv1.2", :"tlsv1.1", :tlsv1, :sslv3]
@default_versions [:"tlsv1.2", :"tlsv1.1", :tlsv1]

@secure_ssl_version {5, 3, 7}

Expand Down

0 comments on commit d6376a2

Please sign in to comment.