tlsSocket.getTLSTicket()


对于客户端,如果可用,则返回 TLS 会话票证,或 undefined。 对于服务器,总是返回 undefined

它可能对调试有用。

请参阅会话恢复了解更多信息。

For a client, returns the TLS session ticket if one is available, or undefined. For a server, always returns undefined.

It may be useful for debugging.

See Session Resumption for more information.