You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<redacted>/src/main.py", line 39, in <module>
validator.validate_usage(
File "<redacted>/.venv/lib/python3.9/site-packages/certvalidator/__init__.py", line 193, in validate_usage
self._validate_path()
File "<redacted>/.venv/lib/python3.9/site-packages/certvalidator/__init__.py", line 121, in _validate_path
validate_path(self._context, candidate_path)
File "<redacted>/.venv/lib/python3.9/site-packages/certvalidator/validate.py", line 50, in validate_path
return _validate_path(validation_context, path)
File "<redacted>/.venv/lib/python3.9/site-packages/certvalidator/validate.py", line 376, in _validate_path
verify_ocsp_response(
File "<redacted>/.venv/lib/python3.9/site-packages/certvalidator/validate.py", line 1101, in verify_ocsp_response
reason = revocation_info['revocation_reason'].human_friendly
AttributeError: 'Void' object has no attribute 'human_friendly'
Via pip certvalidator==0.11.1
** Expected
Your docs explain I should see RevokedError not AttributeError which seems more about a source code bug within CertificateValidator then an actual error realted to OCSP revocation.
You may want to do some testing against badssl.com if you don't have something better
The text was updated successfully, but these errors were encountered:
When run on
revoked.badssl.com
full self-enclosed test:
full trace
Via pip
certvalidator==0.11.1
** Expected
Your docs explain I should see
RevokedError
notAttributeError
which seems more about a source code bug within CertificateValidator then an actual error realted to OCSP revocation.You may want to do some testing against badssl.com if you don't have something better
The text was updated successfully, but these errors were encountered: