Skip to content

Commit 4a96814

Browse files
author
Farzad FARID
committed
ssl_protocol expects a string, not an array.
1 parent dd06847 commit 4a96814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ Installs Apache SSL capabilities and uses the ssl.conf.erb template. These are t
735735
ssl_compression => false,
736736
ssl_options => [ 'StdEnvVars' ],
737737
ssl_pass_phrase_dialog => 'builtin',
738-
ssl_protocol => [ 'all', '-SSLv2', '-SSLv3'],
738+
ssl_protocol => 'all -SSLv2 -SSLv3',
739739
}
740740
```
741741

0 commit comments

Comments
 (0)