]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Revert tls_outgoing_options default 'options=NO_SSLv3'
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 10 Jul 2015 12:59:48 +0000 (05:59 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 10 Jul 2015 12:59:48 +0000 (05:59 -0700)
src/cf.data.pre

index fc4a21cf6dde23c0f49e9d175e4ee283789431b3..ecb9b735aa2311537e98ea3b32ef87b0703cf9a4 100644 (file)
@@ -2591,7 +2591,7 @@ COMMENT_END
 NAME: tls_outgoing_options
 IFDEF: USE_GNUTLS||USE_OPENSSL
 TYPE: securePeerOptions
-DEFAULT: min-version=1.0 options=NO_SSLv3
+DEFAULT: min-version=1.0
 LOC: Security::ProxyOutgoingConfig
 DOC_START
        disable         Do not support https:// URLs.
@@ -2607,8 +2607,8 @@ DOC_START
        cipher=...      The list of valid TLS ciphers to use.
 
        min-version=1.N
-                       The minimum TLS protocol version to permit. To control
-                       SSLv3 use the options= parameter.
+                       The minimum TLS protocol version to permit.
+                       To control SSLv3 use the options= parameter.
                        Supported Values: 1.0 (default), 1.1, 1.2
 
        options=...     Specify various TLS/SSL implementation options: