mirror of https://github.com/nodejs/node.git
doc: fix ERR_TLS_RENEGOTIATION_DISABLED text
PR-URL: https://github.com/nodejs/node/pull/46122 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
parent
11e7858553
commit
6766172e58
|
@ -2802,7 +2802,8 @@ Failed to set PSK identity hint. Hint may be too long.
|
|||
|
||||
### `ERR_TLS_RENEGOTIATION_DISABLED`
|
||||
|
||||
An attempt was made to renegotiate TLS on a socket instance with TLS disabled.
|
||||
An attempt was made to renegotiate TLS on a socket instance with renegotiation
|
||||
disabled.
|
||||
|
||||
<a id="ERR_TLS_REQUIRED_SERVER_NAME"></a>
|
||||
|
||||
|
|
Loading…
Reference in New Issue