diff --git a/httpd/docs/conf/extra/httpd-ssl.conf.in b/httpd/docs/conf/extra/httpd-ssl.conf.in index 6a3c67a0e..c34eb8edc 100644 --- a/httpd/docs/conf/extra/httpd-ssl.conf.in +++ b/httpd/docs/conf/extra/httpd-ssl.conf.in @@ -76,8 +76,8 @@ SSLHonorCipherOrder on # Disable SSLv3 by default (cf. RFC 7525 3.1.1). TLSv1 (1.0) should be # disabled as quickly as practical. By the end of 2016, only the TLSv1.2 # protocol or later should remain in use. -SSLProtocol all -SSLv3 -SSLProxyProtocol all -SSLv3 +SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1 +SSLProxyProtocol all -SSLv3 -TLSv1 -TLSv1.1 # Pass Phrase Dialog: # Configure the pass phrase gathering process.