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

Disable SSL certificate validation #89

Closed
theduke opened this issue May 8, 2017 · 2 comments
Closed

Disable SSL certificate validation #89

theduke opened this issue May 8, 2017 · 2 comments

Comments

@theduke
Copy link
Contributor

theduke commented May 8, 2017

Since hyper is not exposed (and I'm not sure it's even possible currently with hyper), there needs to be a way to disable certificate validation, if using a self signed certificate for example and you can't install CAs in your environment.

Something like Client::ssl_no_verify(&mut self).

@seanmonstar
Copy link
Owner

This is desired. See #15.

@theduke
Copy link
Contributor Author

theduke commented May 8, 2017

Closing in favor of #15.

@theduke theduke closed this as completed May 8, 2017
repi pushed a commit to EmbarkStudios/reqwest that referenced this issue Dec 20, 2019
* feat: Upgrade to reqwest 0.9

* ref: Simplified retry-after handling

* build: Upgrade dependencies

* ci: Ignore the lint and format tasks

* fix: Support floats for Retry-After and simplify logic
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

No branches or pull requests

2 participants