hyper_insecure_https_connector 0.1.0

Insecure HttpsConnector for Hyper (disable SSL certificate verification and allow SSLv2/SSLv3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "hyper_insecure_https_connector"
version = "0.1.0"
authors = ["Maximilian Hristache <mhristache@gmail.com>"]
license = "MIT/Apache-2.0"
description = """
Insecure HttpsConnector for Hyper (disable SSL certificate verification and allow SSLv2/SSLv3)
"""
repository = "https://github.com/maximih/hyper_insecure_https_connector"
homepage = "https://github.com/maximih/hyper_insecure_https_connector"
keywords = ["insecure", "hyper"]

[dependencies]
hyper = "0.9"
openssl = "0.7"