Skip to content

Disabling Certificate Requests on 0.14? #2637

Answered by seanmonstar
rtkay123 asked this question in Q&A
Discussion options

You must be logged in to vote

hyper no longer includes TLS pieces, since people have different requirements for what TLS library they use. You could make use of hyper-tls, hyper-rustls, hyper-openssl, or others to get an HttpsConnector to use with hyper::Client.

If you want "easy mode", you may find using the reqwest crate handles a lot of these decisions for you, and just exposes client config options.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rtkay123
Comment options

@bonedaddy
Comment options

Answer selected by seanmonstar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2634 on August 26, 2021 16:00.