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: disable default root certificates in push service #350

Merged
merged 1 commit into from
Jan 5, 2025
Merged

Conversation

rubdos
Copy link
Member

@rubdos rubdos commented Jan 5, 2025

Explicitly disable built-in root certificates when creating HTTP client to ensure only the provided certificate authority is used for TLS verification.

When reqwest is somewhere else in the dependency tree, any of the webpki or native root certs features might be enabled, which would make this reqwest Client accept certs beyond the Signal root authority.

Explicitly disable built-in root certificates when creating HTTP client to
ensure only the provided certificate authority is used for TLS
verification.
@gferon gferon merged commit dd43d93 into main Jan 5, 2025
6 of 7 checks passed
@gferon gferon deleted the root-certs branch January 5, 2025 15:33
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.

2 participants