Skip to content

Commit

Permalink
Remove SSL3 by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Derrick Dymock committed Oct 15, 2014
1 parent 713cd3c commit 990304f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Expand Up @@ -15,7 +15,7 @@
$server_names_hash_bucket_size = 32

$ssl_ciphers = 'HIGH:!aNULL:!MD5'
$ssl_protocols = 'TLSv1.2 TLSv1.1 TLSv1 SSLv3'
$ssl_protocols = 'TLSv1.2 TLSv1.1 TLSv1'

case $::operatingsystem {
'debian',
Expand Down

0 comments on commit 990304f

Please sign in to comment.