-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
crypto/x509: go1.18 stops returning typed errors when using system roots on darwin #52010
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Comments
liggitt
changed the title
crypto/x509: go1.18 stops returning typed errors when using system roots
crypto/x509: go1.18 stops returning typed errors when using system roots on darwin
Mar 29, 2022
seankhliao
added
the
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
label
Mar 30, 2022
cc @golang/security |
This was referenced Jul 18, 2022
Change https://go.dev/cl/418835 mentions this issue: |
This was referenced Sep 6, 2022
gitlab-runner-bot
pushed a commit
to gitlabhq/gitlab-runner
that referenced
this issue
Sep 20, 2022
The error messages for invalid certificates is slightly different on Linux and MacOS. We should accept both. Once this issue is fixed: golang/go#52010 we can just compare the error to the canonical UnknownAuthorityError.
1 task
cfergeau
added a commit
to cfergeau/oc
that referenced
this issue
Dec 19, 2022
More workarounds for golang issue golang/go#52010
3 tasks
This was fixed through #56891 , the fix is available in go 1.20, 1.19.5 and 1.18.10 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What did you do?
What did you expect to see?
UnknownAuthorityError
returned, as in go1.17What did you see instead?
Untyped error returned on darwin
(this was hoisted out of #51991 (comment))
The text was updated successfully, but these errors were encountered: