Skip to content

Commit

Permalink
ssl_protocol expects a string, not an array.
Browse files Browse the repository at this point in the history
  • Loading branch information
sathieu committed Feb 9, 2015
1 parent 963a9d0 commit 18ade35
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 18ade35

Please sign in to comment.