diff --git a/security-guide/source/secure-communication/tls-proxies-and-http-services.rst b/security-guide/source/secure-communication/tls-proxies-and-http-services.rst index 9478037c..9dc3d871 100644 --- a/security-guide/source/secure-communication/tls-proxies-and-http-services.rst +++ b/security-guide/source/secure-communication/tls-proxies-and-http-services.rst @@ -251,7 +251,7 @@ The default configuration file is ``/etc/apache2/apache2.conf`` on Ubuntu, :443> ServerName SSLEngine On - SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2, + SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2 SSLCipherSuite HIGH:!RC4:!MD5:!aNULL:!eNULL:!EXP:!LOW:!MEDIUM SSLCertificateFile /path/.crt SSLCACertificateFile /path/.crt