diff options
Diffstat (limited to 'ssl-config-generator/index.html')
-rw-r--r-- | ssl-config-generator/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl-config-generator/index.html b/ssl-config-generator/index.html index 3ed5b61..5fd5be2 100644 --- a/ssl-config-generator/index.html +++ b/ssl-config-generator/index.html @@ -310,7 +310,7 @@ $SERVER["socket"] == ":443" { var messageTypes = { oldOpenSSL: 'TLS v1.1 and v1.2 support is only present in OpenSSL 1.0.1 and newer', - oldApache: 'TLS v1.1 and v1.2 support is only present in Apache 2.4 and newer' + oldApache: 'TLS v1.1 and v1.2 support is only present in Apache 2.2.23 and newer' }; $(function() { |