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

Allow to add a root certificate for native-tls #71

Closed
breard-r opened this issue Jun 27, 2020 · 0 comments · Fixed by #74
Closed

Allow to add a root certificate for native-tls #71

breard-r opened this issue Jun 27, 2020 · 0 comments · Fixed by #74

Comments

@breard-r
Copy link
Contributor

Disabling the whole certificate verification (#38) is sometimes a way you don't want to follow, even for development purposes. A much safer alternative if to trust an additional root certificate. It would be nice to implement this option in attohttpc, which should be easy since native-tls already implements the add_root_certificate method.

Please note that rustls users already have this option in attohttpc through the client_config method since the ClientConfig object has a RootCertStore field.

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 a pull request may close this issue.

1 participant