E ValueError: Client certificate expired: Not After: 2021-11-27 15:28:58Z Not Before: 2018-11-28 15:28:58Z
requests_toolbelt/adapters/x509.py:139: ValueError
________________________ TestX509Adapter.test_x509_pem _________________________
Background:
As part of my work on reproducible builds for openSUSE, I check that software still gives identical build results in the future.
The usual offset is +15 years, because that is how long I expect some software will be used in some places.
This showed up failing tests in our python-requests-toolbelt package build.
See https://reproducible-builds.org/ for why this matters.
The text was updated successfully, but these errors were encountered:
Error is maybe from
tests/certs/test_cert.p12Background:
As part of my work on reproducible builds for openSUSE, I check that software still gives identical build results in the future.
The usual offset is +15 years, because that is how long I expect some software will be used in some places.
This showed up failing tests in our
python-requests-toolbeltpackage build.See https://reproducible-builds.org/ for why this matters.
The text was updated successfully, but these errors were encountered: