Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Disabling Certificate Requests on 0.14? #2634

Closed
rtkay123 opened this issue Aug 26, 2021 · 0 comments
Closed

Disabling Certificate Requests on 0.14? #2634

rtkay123 opened this issue Aug 26, 2021 · 0 comments

Comments

@rtkay123
Copy link

Hi there, I'm just looking around and I see #947
That's pretty dated and those functions aren't available in the recent versions of hyper. Where would I go from here:

//using the open ssl crate
 
        let mut context_builder = SslContextBuilder::new(SslMethod::tls())?;
        context_builder.set_verify(SslVerifyMode::NONE);
        let ssl_context = context_builder.build();

How would I set that context to my hyper::client::Client? I don't see anything I can work with in the Client docs

@hyperium hyperium locked and limited conversation to collaborators Aug 26, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants