tlsSocket.enableTrace()
当启用后,TLS 数据包跟踪信息将写入 stderr
。
这可用于调试 TLS 连接问题。
注意:输出的格式与 openssl s_client -trace
或 openssl s_server -trace
的输出相同。
虽然它是由 OpenSSL 的 SSL_trace()
函数生成的,但格式未记录,可以在不通知的情况下更改,不应依赖。
When enabled, TLS packet trace information is written to stderr
. This can be
used to debug TLS connection problems.
Note: The format of the output is identical to the output of openssl s_client -trace
or openssl s_server -trace
. While it is produced by OpenSSL's
SSL_trace()
function, the format is undocumented, can change without notice,
and should not be relied on.