Closed
Description
How do you use hyper-rustls with an http proxy? The following results an error.
let ssl = TlsClient::new();
let connector = HttpsConnector::new(ssl);
let proxy_config = ProxyConfig::new("http", host, port, connector, ssl);
let client = Client::with_proxy_config(proxy_config);
The error message is:
the trait bound hyper_rustls::TlsClient: hyper::net::SslClient<hyper::net::HttpsStream<hyper_rustls::WrappedStream>>
is not satisfied
Metadata
Metadata
Assignees
Labels
No labels