You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2014/01/07 01:45:26 UTC

git commit: TS-2370: SSL proxy.config.ssl.server.honor_cipher_order is backwards Set the default configuration value back to 0 (off)

Updated Branches:
  refs/heads/master 1e2ef8c37 -> becd1a2a2


TS-2370: SSL proxy.config.ssl.server.honor_cipher_order is backwards
Set the default configuration value back to 0 (off)


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/becd1a2a
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/becd1a2a
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/becd1a2a

Branch: refs/heads/master
Commit: becd1a2a290f3dd3281af3145ca4a0ae4988d0be
Parents: 1e2ef8c
Author: Bryan Call <bc...@apache.org>
Authored: Mon Jan 6 16:44:39 2014 -0800
Committer: Bryan Call <bc...@apache.org>
Committed: Mon Jan 6 16:44:39 2014 -0800

----------------------------------------------------------------------
 mgmt/RecordsConfig.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/becd1a2a/mgmt/RecordsConfig.cc
----------------------------------------------------------------------
diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc
index 26c9410..22161cc 100644
--- a/mgmt/RecordsConfig.cc
+++ b/mgmt/RecordsConfig.cc
@@ -1235,7 +1235,7 @@ RecordElement RecordsConfig[] = {
   ,
   {RECT_CONFIG, "proxy.config.ssl.server.cipher_suite", RECD_STRING, "RC4-SHA:AES128-SHA:DES-CBC3-SHA:AES256-SHA:ALL:!aNULL:!EXP:!LOW:!MD5:!SSLV2:!NULL", RECU_RESTART_TS, RR_NULL, RECC_NULL, NULL, RECA_NULL}
   ,
-  {RECT_CONFIG, "proxy.config.ssl.server.honor_cipher_order", RECD_INT, "1", RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-1]", RECA_NULL}
+  {RECT_CONFIG, "proxy.config.ssl.server.honor_cipher_order", RECD_INT, "0", RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-1]", RECA_NULL}
   ,
   {RECT_CONFIG, "proxy.config.ssl.server_port", RECD_INT, "-1", RECU_RESTART_TS, RR_NULL, RECC_INT, "[0-65535]", RECA_NULL}
   ,