Skip to main content

disableRenegotiation

method TLSSocket.prototype.disableRenegotiation
Jump to headingTLSSocket.prototype.disableRenegotiation(): void

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

Return Type Jump to heading

void
Back to top