diff options
author | jrchamp <jonathan_champ@ncsu.edu> | 2016-04-05 18:44:31 -0400 |
---|---|---|
committer | jrchamp <jonathan_champ@ncsu.edu> | 2016-04-05 18:44:31 -0400 |
commit | 5ad4602fc37068628e05490c3430e5caabc82b59 (patch) | |
tree | ea11ea1d6c6ed8e355d45ed1b9ca861a01ac5180 /ssl-config-generator | |
parent | 611e49cfeab98d9018ad67da746744620942643b (diff) | |
download | server-side-tls-5ad4602fc37068628e05490c3430e5caabc82b59.zip server-side-tls-5ad4602fc37068628e05490c3430e5caabc82b59.tar.gz server-side-tls-5ad4602fc37068628e05490c3430e5caabc82b59.tar.bz2 |
Update oldApache TLS support message
Apache 2.2.23 and newer support TLS 1.1 and 1.2
Diffstat (limited to 'ssl-config-generator')
-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() { |