Skip to content

Commit

Permalink
Merge pull request #1009 from sathieu/patch-3
Browse files Browse the repository at this point in the history
ssl_protocol expects a string, not an array.
  • Loading branch information
Morgan Haskel committed Feb 12, 2015
2 parents 0c032c7 + 18ade35 commit b5ca0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ Installs Apache SSL capabilities and uses the ssl.conf.erb template. These are t
ssl_compression => false,
ssl_options => [ 'StdEnvVars' ],
ssl_cipher => 'HIGH:MEDIUM:!aNULL:!MD5',
ssl_protocol => ['all','-SSLv2','-SSLv3'],
ssl_protocol => 'all -SSLv2 -SSLv3',
ssl_pass_phrase_dialog => 'builtin',
ssl_random_seed_bytes => '512',
}
Expand Down

0 comments on commit b5ca0be

Please sign in to comment.