Enable client-side TLS logging
Enable client-side TLS logging for applications using mtclient
Abstract
Enable client-side TLS logging for applications using mtclient
You can enable client-side TLS logging for an application that uses the FairCom mtclient.dll
(.so
.dylib
) driver to communicate with a FairCom server. Set the CTSSL_DEBUG_LOG
environment variable to the name of the log file.
The following Linux bash shell example sets the CTSSL_DEBUG_LOG
environment variable to a TLS log file named ssl.log
before it runs the application named my_application
:
export CTSSL_DEBUG_LOG=ssl.log ./my_application
The following Windows CMD example sets the CTSSL_DEBUG_LOG
environment variable to a TLS log file named ssl.log
before it runs the application named my_application.exe
:
set CTSSL_DEBUG_LOG=ssl.log my_application.exe