Skip to content

Disabling Certificate Requests on 0.14? #2634

Description

@rtkay123

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions