Skip to content

Commit

Permalink
Remove honor_cipher_order
Browse files Browse the repository at this point in the history
It is only used for servers.
  • Loading branch information
ericmj committed Jan 8, 2019
1 parent 5d594ce commit f34518e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/hex/http/ssl.ex
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ defmodule Hex.HTTP.SSL do
server_name_indication: hostname,
secure_renegotiate: true,
reuse_sessions: true,
honor_cipher_order: true,
versions: @default_versions,
ciphers: ciphers
]
Expand All @@ -81,7 +80,6 @@ defmodule Hex.HTTP.SSL do
server_name_indication: hostname,
secure_renegotiate: true,
reuse_sessions: true,
honor_cipher_order: true,
versions: @default_versions,
ciphers: ciphers
]
Expand Down

0 comments on commit f34518e

Please sign in to comment.