-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typo in error code ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED #52448
Labels
confirmed-bug
Issues with confirmed bugs.
errors
Issues and PRs related to JavaScript errors originated in Node.js core.
tls
Issues and PRs related to the tls subsystem.
Comments
VoltrexKeyva
added
the
errors
Issues and PRs related to JavaScript errors originated in Node.js core.
label
Apr 10, 2024
Thanks for the issue! If you'd like to open a PR to fix it, the team would be happy to review! (Plus you'll get a shiny "contributor" badge if merged 😀 ) I think it is worth it to fix it, as even the little things can cause issues down the line |
RedYetiDev
added
confirmed-bug
Issues with confirmed bugs.
tls
Issues and PRs related to the tls subsystem.
labels
Apr 21, 2024
I've opened a PR to resolve this issue. You have been marked as the Co-Author. If you'd prefer not be mentioned in the PR, please let me know. |
nodejs-github-bot
pushed a commit
that referenced
this issue
Sep 20, 2024
Co-Authored-By: Fabian Iwand <[email protected]> PR-URL: #52627 Fixes: #52448 Refs: #23188 Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
louwers
pushed a commit
to louwers/node
that referenced
this issue
Nov 2, 2024
Co-Authored-By: Fabian Iwand <[email protected]> PR-URL: nodejs#52627 Fixes: nodejs#52448 Refs: nodejs#23188 Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
tpoisseau
pushed a commit
to tpoisseau/node
that referenced
this issue
Nov 21, 2024
Co-Authored-By: Fabian Iwand <[email protected]> PR-URL: nodejs#52627 Fixes: nodejs#52448 Refs: nodejs#23188 Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
confirmed-bug
Issues with confirmed bugs.
errors
Issues and PRs related to JavaScript errors originated in Node.js core.
tls
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.
The text was updated successfully, but these errors were encountered: