Skip to content
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

test: test_revocation_mode_soft failing due to expired cert #40

Open
fanquake opened this issue Aug 5, 2022 · 0 comments
Open

test: test_revocation_mode_soft failing due to expired cert #40

fanquake opened this issue Aug 5, 2022 · 0 comments

Comments

@fanquake
Copy link

fanquake commented Aug 5, 2022

Similar to the issue fixed in fc82b79, the revocation_mode tests are once again failing:

======================================================================
ERROR: test_revocation_mode_soft (tests.test_validate.ValidateTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/michael/certvalidator/tests/test_validate.py", line 85, in test_revocation_mode_soft
    validate_path(context, path)
  File "/Users/michael/certvalidator/tests/../certvalidator/validate.py", line 50, in validate_path
    return _validate_path(validation_context, path)
  File "/Users/michael/certvalidator/tests/../certvalidator/validate.py", line 358, in _validate_path
    raise PathValidationError(pretty_message(
certvalidator.errors.PathValidationError: The path could not be validated because the end-entity certificate expired 2022-07-27 12:00:00Z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant