This article describes how to capture a network trace from Command Line Interface of NetScaler 11.x, and how to can decrypt the captured SSL trace by using SSLPLAIN (decrypt) option.
From NetScaler 11.0, a feature called SSLPLAIN is introduced. This feature lets you decrypt SSL trace without a Key file.
Note: The "nstrace.sh -sz 0" command is used to capture network trace on earlier versions of NetScaler; this command is deprecated from NetScaler 11.0 onwards.
Complete the following steps to capture a network trace:
Run the following command from NetScaler Command Line Interface to start the trace:
start nstrace -size 0
Run the following command to capture SSL traffic in SSLPLAIN (decrypted) format:
start nstrace -size 0 -mode SSLPLAIN
Run the following command to stop the trace:
stop nstrace
For detailed information refer to Citrix Documentation.