-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
VerificationError should indicate which cert is being checked #11160
Labels
Comments
alex
added a commit
to alex/cryptography
that referenced
this issue
Oct 28, 2024
…ad the error The end goal is that `ValidationError` will include a cert field, which optionally contains a `VerificationCertificate` where relevant refs pyca#11160
alex
added a commit
to alex/cryptography
that referenced
this issue
Oct 28, 2024
…ad the error The end goal is that `ValidationError` will include a cert field, which optionally contains a `VerificationCertificate` where relevant refs pyca#11160
alex
added a commit
to alex/cryptography
that referenced
this issue
Oct 28, 2024
…ad the error The end goal is that `ValidationError` will include a cert field, which optionally contains a `VerificationCertificate` where relevant refs pyca#11160
alex
added a commit
to alex/cryptography
that referenced
this issue
Oct 28, 2024
…ad the error The end goal is that `ValidationError` will include a cert field, which optionally contains a `VerificationCertificate` where relevant refs pyca#11160
alex
added a commit
to alex/cryptography
that referenced
this issue
Oct 30, 2024
alex
added a commit
to alex/cryptography
that referenced
this issue
Oct 30, 2024
reaperhulk
pushed a commit
that referenced
this issue
Oct 30, 2024
reaperhulk
pushed a commit
that referenced
this issue
Oct 30, 2024
alex
added a commit
to alex/cryptography
that referenced
this issue
Oct 31, 2024
…ad the error The end goal is that `ValidationError` will include a cert field, which optionally contains a `VerificationCertificate` where relevant refs pyca#11160
alex
added a commit
to alex/cryptography
that referenced
this issue
Nov 3, 2024
alex
added a commit
to alex/cryptography
that referenced
this issue
Nov 3, 2024
reaperhulk
pushed a commit
that referenced
this issue
Nov 5, 2024
alex
added a commit
to alex/cryptography
that referenced
this issue
Nov 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
VerificationError exceptions don't report which cert causes the problem, which can make debugging fairly time consuming (or impossible, if you're not in the situation of issuing your own certs).
The text was updated successfully, but these errors were encountered: