Bases: requests.packages.urllib3.connectionpool.HTTPSConnectionPool
Extend the HTTPS Connection Pool to our own Certificate verification.
alias of DS8KHTTPSConnection
Override URL Open method to take DS8K out of the URL protocol.
Bases: requests.packages.urllib3.connection.VerifiedHTTPSConnection
Extend the HTTPS Connection to do our own Certificate Verification.
Override the Connect Method to fix the Certificate Verification.
Override the Put Request method take the DS8K off of the URL.
Override the Request method take the DS8K off of the URL.