-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Typo in error code ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED #52448
Copy link
Copy link
Closed
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.errorsIssues and PRs related to JavaScript errors originating in Node.js core.Issues and PRs related to JavaScript errors originating in Node.js core.tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.
Description
Activity
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.errorsIssues and PRs related to JavaScript errors originating in Node.js core.Issues and PRs related to JavaScript errors originating in Node.js core.tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.
Version
v21.7.2
Description
One of the error codes,
ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED, misspells "identity". The code was introduced in 2019 when PSK support got added in #23188.The issue is purely cosmetic since all other sources and documents reference the correct (i.e. misspelled) code.
Additional information
It's probably too late (or simply not worth it) to fix it now, so I'm filing this issue mostly for posterity.