Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: fix anchor for ERR_TLS_INVALID_CONTEXT
  • Loading branch information
tniessen authored Feb 22, 2020
commit 126e893b8571acea02b61c932bdd26ed07caf108
2 changes: 1 addition & 1 deletion doc/api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -1831,7 +1831,7 @@ recommended to use 2048 bits or larger for stronger security.
A TLS/SSL handshake timed out. In this case, the server must also abort the
connection.

<a id="ERR_TLS_INVALID_CONTEXT">
<a id="ERR_TLS_INVALID_CONTEXT"></a>
### `ERR_TLS_INVALID_CONTEXT`
<!-- YAML
added: v13.3.0
Expand Down