diff --git a/templates/jenkins.vhost.erb b/templates/jenkins.vhost.erb index 69e6e4f..ef0f8ce 100644 --- a/templates/jenkins.vhost.erb +++ b/templates/jenkins.vhost.erb @@ -22,7 +22,7 @@ CustomLog ${APACHE_LOG_DIR}/<%= scope.lookupvar("::jenkins::master::vhost_name") %>-ssl-access.log combined SSLEngine on - SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2 + SSLProtocol All -SSLv2 -SSLv3 SSLCertificateFile <%= scope.lookupvar("::jenkins::master::ssl_cert_file") %> SSLCertificateKeyFile <%= scope.lookupvar("::jenkins::master::ssl_key_file") %>