KB Article #162727

best practice for the SSL trace

Problem

--Too much data collected with the SSL trace



Resolution

choose the right value when trace is required:
TRACE=159 is now used for handshake only, no trace for records file
TRACE=255 is not modified
Other TRACE parameter are:
SSL_TRACE_MESSAGE 128
SSL_TRACE_INDATA 64
SSL_TRACE_OUTDATA 32
SSL_TRACE_INPKI 16
SSL_TRACE_OUTPKI 8
SSL_TRACE_CALLSTRUC 4
SSL_TRACE_PKII 2
SSL_TRACE_CERT 1
--In most case, the TRACE 255 is not necessary.