hyper_insecure_https_connector-0.1.0 doesn't have any documentation.
Overview
This crate provides the insecure_https_connector() function which can be used to generate a hyper::net::HttpsConnector with the underlying OpenSSL context configured to:
- disable SSL certificate verification
- allow
SSLv2andSSLv3
Example:
extern crate hyper_insecure_https_connector;
extern crate hyper;
use insecure_https_connector;
use Read;
Note: it only works with hyper 0.9.*
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.