You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/08/26 23:29:56 UTC

trafficserver git commit: [TS-3534] Wiretracing for SSL connections (doc change only)

Repository: trafficserver
Updated Branches:
  refs/heads/master b081f52e3 -> a898895a5


[TS-3534] Wiretracing for SSL connections (doc change only)

This closes #281


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

Branch: refs/heads/master
Commit: a898895a52e1cf83b679987d70570086119cbf71
Parents: b081f52
Author: ericcarlschwartz <es...@gmail.com>
Authored: Tue Aug 25 17:16:24 2015 -0700
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed Aug 26 15:29:24 2015 -0600

----------------------------------------------------------------------
 .../configuration/records.config.en.rst         | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a898895a/doc/reference/configuration/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst
index 8d5cb5a..bec968b 100644
--- a/doc/reference/configuration/records.config.en.rst
+++ b/doc/reference/configuration/records.config.en.rst
@@ -2517,6 +2517,26 @@ SSL Termination
   When enabled this limits the total duration for the server side SSL
   handshake.
 
+.. ts:cv:: CONFIG proxy.config.ssl.wire_trace_enabled INT 0
+
+  When enabled this turns on wire tracing of SSL connections that meet
+  the conditions specified by wire_trace_percentage, wire_trace_addr
+  and wire_trace_server_name.
+
+.. ts:cv:: CONFIG proxy.config.ssl.wire_trace_percentage INT 0
+
+  This specifies the percentage of traffic meeting the other wire_trace
+  conditions to be traced.
+
+.. ts:cv:: CONFIG proxy.config.ssl.wire_trace_addr STRING NULL
+
+  This specifies the client IP for which wire_traces should be printed.
+
+.. ts:cv:: CONFIG proxy.config.ssl.wire_trace_server_name STRING NULL
+
+  This specifies the server name for which wire_traces should be
+  printed. This only works if traffic_server is built with
+  TS_USE_TLS_SNI flag set to true.
 
 Client-Related Configuration
 ----------------------------