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

fix(redirection): provide additional intermediate ca certs #123

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

argl
Copy link
Contributor

@argl argl commented Dec 2, 2024

Description

On some hosts, the TLS cert verification failed because of missing intermediates. This problem is present in the current node runtime and differs from browser behaviour (browsers typically download additional certs if needed from the ccadb).

Additionally, a flaw with the TLS verification logic was discovered and fixed.
(MP-1777)

Motivation

Some sites refused to be scanned, although they appeared up and running when visited by browser.

@argl argl marked this pull request as ready for review December 2, 2024 11:18
@argl argl requested review from mdn-bot and a team as code owners December 2, 2024 11:18
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

Successfully merging this pull request may close these issues.

1 participant