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

Ignore expired certs in tests #190

Merged
merged 1 commit into from
Apr 13, 2022

Conversation

SalusaSecondus
Copy link
Contributor

Description of changes:
External integration tests now skip certificate validation for expired certificates. This is to work around external sites which may have allowed their certificates to expire.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@SalusaSecondus SalusaSecondus added the test improvement Improvements to testing framework or self-tests label Apr 12, 2022
@WillChilds-Klein
Copy link
Contributor

so, how do we notice when tests are skipping due to cert expiration? this feels like it could open the door to regressions creeping in around cert validations...

@SalusaSecondus
Copy link
Contributor Author

The logs are how we'd notice it (ideally).

We're still using the certificates which is where the most interesting cryptography is. Validating the signature on them is relatively boring.

@SalusaSecondus SalusaSecondus merged commit 884cae2 into corretto:develop Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test improvement Improvements to testing framework or self-tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants