From 496ce3969f1ed941398a9c45945fa9e9f34e0f0c Mon Sep 17 00:00:00 2001 From: ericcarlschwartz Date: Tue, 25 Aug 2015 17:16:24 -0700 Subject: [PATCH] [TS-3534] Wiretracing for SSL connections (doc change only) --- .../configuration/records.config.en.rst | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst index 8d5cb5ab3f7..bec968ba107 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 ----------------------------