Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions doc/reference/configuration/records.config.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------------
Expand Down