libpkix/certs/PayPalEE.cert has expired and should be refreshed
Categories
(NSS :: Test, defect)
Tracking
(Not tracked)
People
(Reporter: ctq, Unassigned)
Details
Steps to reproduce:
Running chain.sh
causes failures.
https://hg.mozilla.org/projects/nss/file/tip/tests/libpkix/certs/PayPalEE.cert has an expiration of Wednesday, January 12, 2022 at 04:00:00 Pacific
and is causing failures in chain.sh
.
This certificate should be replaced with an updated copy.
See this previous bug for the last time the certificate expired:
https://bugzilla.mozilla.org/show_bug.cgi?id=1659792
Also see the last commit to update the cert:
https://hg.mozilla.org/projects/nss/file/52c965eaffa1272652a4ba765045b5193e586663/tests/libpkix/certs/PayPalEE.cert
Actual results:
Failures in chain.sh
due to the PayPalEE.cert
being expired, for example:
chains.sh: #826: RealCerts: Verifying certificate(s) PayPalEE.cert with flags -d AllDB -pp -o OID.2.16.840.1.114412.2.1 - FAILED
Expected results:
No failure is expected, all tests should pass.
Comment 1•2 years ago
|
||
I thought we fixed this in Bug 1750624 by pinning the validation date. Can you confirm that your chains.sh
has the patch from that bug?
Reporter | ||
Comment 2•2 years ago
|
||
Hello John, you are correct. After applying the patch from that bug, the test no longer fails. Our code base did not include that change. Thank you for the help and apologies for the false alarm.
Updated•2 years ago
|
Description
•