-
Notifications
You must be signed in to change notification settings - Fork 70
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
asn1: syntax error: sequence truncated #192
Comments
The OCSP support in I don't think it's the issue you mentioned, though. That was fixed years ago. Can you share the certificate which produced the error, or how it was generated? |
@mcpherrinm I created it with I can give you the OCSP exchanges, please don't post the readable format here $ openssl ocsp -reqin request.ocsp -respin response.ocsp -text
[...]
Response verify OK *** they belong to a customer of mine, I don't want em to be indexed
|
I have seen this error when a locally generated TLS certificate lacked OCSP information at all. Debugging the situation with my TLS certificate, lib/ocsp.go's Based on the code that calls |
Should be fixed now. |
$ certigo verify --name=aaaa.xxx.kube --ca=ca.crt xxx.xxx.tld.cer Certificate has OCSP extension, but was unable to check status: asn1: syntax error: sequence truncated Found 1 valid certificate chain(s): [0] CN=xxx.xxx.tld => CN=XXX-Device-CA
did we step on this? golang/go#12910
...shall be solved by:
ideas?
The text was updated successfully, but these errors were encountered: