From: Silvio Rhatto Date: Wed, 30 Nov 2011 17:30:10 +0000 (-0200) Subject: Fixing SSL vhost config X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=88caf02ac9fcd6c08a33a2032dca6a0df5e5c28d;p=puppet-apache.git Fixing SSL vhost config --- diff --git a/templates/site.erb b/templates/site.erb index 5a9f074..8131fe0 100644 --- a/templates/site.erb +++ b/templates/site.erb @@ -36,14 +36,12 @@ AssignUserId <%= user %> <%= gid %> -<% end %> -<% if server_alias == true %> +<% end %> # SSL Configuration SSLEngine on SSLProtocol -all +SSLv3 +TLSv1 SSLCipherSuite HIGH:MEDIUM:!aNULL:!SSLv2:!MD5:@STRENGTH SSLHonorCipherOrder on -<% end %> # end ssl vhost for <%= title %> <% end %>