diff --git a/src/authenticator.rs b/src/authenticator.rs index 0918d4438..ff44849d3 100644 --- a/src/authenticator.rs +++ b/src/authenticator.rs @@ -780,7 +780,7 @@ impl HyperClientBuilder for DefaultHyperClient { #[cfg(feature = "hyper-rustls")] let connector = hyper_rustls::HttpsConnectorBuilder::new() .with_native_roots() - .https_only() + .https_or_http() .enable_http1() .enable_http2() .build();