Skip to content

Commit

Permalink
Merge pull request #982 from infopro-digital/master
Browse files Browse the repository at this point in the history
Documentation fix: ssl_protocol expects a string, not an array.
  • Loading branch information
igalic committed Jan 28, 2015
2 parents 08158d4 + 4a96814 commit 735b191
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_pass_phrase_dialog => 'builtin',
ssl_protocol => [ 'all', '-SSLv2', '-SSLv3'],
ssl_protocol => 'all -SSLv2 -SSLv3',
}
```

Expand Down

0 comments on commit 735b191

Please sign in to comment.