Skip to main content
method TLSSocket.prototype.disableRenegotiation
TLSSocket.prototype.disableRenegotiation(): void
Deprecated

Disables TLS renegotiation for this TLSSocket instance. Once called, attempts to renegotiate will trigger an 'error' event on the TLSSocket.

Return Type

void
Back to top