diff options
author | nate <me@nbishop.name> | 2015-09-24 08:59:41 -0400 |
---|---|---|
committer | nate <me@nbishop.name> | 2015-09-24 08:59:41 -0400 |
commit | c4ce68e3d90870a9c01209f07a37fceeffc51269 (patch) | |
tree | 647c5b32a54496f94dae34e9754bbfcaca99a47c /ssl-config-generator | |
parent | 5e48ccb7e8b98ce31dad0ff04ddd538087441091 (diff) | |
download | server-side-tls-c4ce68e3d90870a9c01209f07a37fceeffc51269.zip server-side-tls-c4ce68e3d90870a9c01209f07a37fceeffc51269.tar.gz server-side-tls-c4ce68e3d90870a9c01209f07a37fceeffc51269.tar.bz2 |
Update index.html
Quick fixes.
Diffstat (limited to 'ssl-config-generator')
-rw-r--r-- | ssl-config-generator/index.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ssl-config-generator/index.html b/ssl-config-generator/index.html index 0b7139c..7c79ec2 100644 --- a/ssl-config-generator/index.html +++ b/ssl-config-generator/index.html @@ -302,7 +302,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.4 and newer' }; $(function() { @@ -381,9 +381,6 @@ $SERVER["socket"] == ":443" { ' "Strict-Transport-Security" => "max-age=15768000;"\n' + ' )'; } - if (isSemVer(data.serverVersion, '>=2.3.16')) { - data.sslProtocols = data.sslProtocols.replace(' -SSLv2', ''); - } break; } return data; |