Skip to content

Commit

Permalink
doc: fix ERR_TLS_RENEGOTIATION_DISABLED text
Browse files Browse the repository at this point in the history
PR-URL: #46122
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
tniessen authored and juanarbol committed Jan 31, 2023
1 parent 1352f08 commit a3c9c1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/errors.md
Expand Up @@ -2794,7 +2794,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>

Expand Down

0 comments on commit a3c9c1b

Please sign in to comment.