| __init__(self, host, port=None, key_file=None, cert_file=None, key_password=None, strict=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT, ssl_context=None, server_hostname=None, **kw) (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | |
| _connect_tls_proxy(self, hostname, conn) | pip._vendor.urllib3.connection.HTTPSConnection | protected |
| _protocol (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | protected |
| assert_fingerprint (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | static |
| assert_hostname (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | |
| auto_open (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | |
| ca_cert_data (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | static |
| ca_cert_dir (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | static |
| ca_certs (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | static |
| cert_file (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | |
| cert_reqs (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | static |
| connect(self) (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | |
| default_port (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | static |
| host (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | |
| is_verified (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | |
| key_file (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | |
| key_password (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | |
| proxy_is_verified (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | |
| server_hostname (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | |
| set_cert(self, key_file=None, cert_file=None, cert_reqs=None, key_password=None, ca_certs=None, assert_hostname=None, assert_fingerprint=None, ca_cert_dir=None, ca_cert_data=None) | pip._vendor.urllib3.connection.HTTPSConnection | |
| sock (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | |
| ssl_context (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | |
| ssl_version (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | static |
| tls_in_tls_required (defined in pip._vendor.urllib3.connection.HTTPSConnection) | pip._vendor.urllib3.connection.HTTPSConnection | static |