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

feat: support native SSL certs as well #32

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

satlank
Copy link
Contributor

@satlank satlank commented Sep 24, 2024

This enables looking for certs in the local setup in addition to the already used Mozilla certs. In particular this will now also respect SSL_CERT_FILE for custom cert files. In effect, it will allow to deal with deployment scenarios that require custom SSL certs.

This enables looking for certs in the local setup in addition to the
already used Mozilla certs.  In particular this will now also respect
SSL_CERT_FILE for custom cert files.  In effect, it will allow to deal
with deployment scenarios that require custom SSL certs.
@satlank
Copy link
Contributor Author

satlank commented Sep 24, 2024

Note that this currently pulls in two versions of the native-certs crate, this is fixed in reqwest head (seanmonstar/reqwest#2427), but not released yet.

Happy for this to wait little bit, maybe there'll be a new reqwest version soon.

@satlank satlank marked this pull request as ready for review September 24, 2024 16:18
@woutersl
Copy link
Member

Happy to merge this now. I'll create an issue to wait for the next release of reqwest.

@woutersl woutersl merged commit 7afd6eb into cenotelie:main Sep 25, 2024
2 checks passed
@satlank
Copy link
Contributor Author

satlank commented Sep 25, 2024

Happy to merge this now. I'll create an issue to wait for the next release of reqwest.

Awesome, thanks!

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