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

Implement AIA chasing #8521

Merged
merged 1 commit into from
Feb 3, 2021
Merged

Implement AIA chasing #8521

merged 1 commit into from
Feb 3, 2021

Conversation

ofek
Copy link
Contributor

@ofek ofek commented Feb 3, 2021

Motivation

A great deal of support cases are due to incomplete cert chains; this should solve the majority of them

Additional Notes

@ofek ofek requested a review from a team as a code owner February 3, 2021 02:49
@ofek ofek force-pushed the ofek/t branch 2 times, most recently from 1ab3929 to 59f636d Compare February 3, 2021 03:34
@ofek ofek requested a review from a team as a code owner February 3, 2021 03:34
@@ -209,6 +209,11 @@ def instance_remote_cert_expired():
return {'server': 'https://expired.mock', 'tls_ca_cert': CA_CERT}


@pytest.fixture
def instance_remote_fetch_intermediate_certs():
return {'server': 'incomplete-chain.badssl.com', 'fetch_intermediate_certs': True}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing against this is a really good idea!

@ofek ofek merged commit b543f0d into master Feb 3, 2021
@ofek ofek deleted the ofek/t branch February 3, 2021 15:36
@luisgonzalex luisgonzalex mentioned this pull request Mar 3, 2021
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants