This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import urllib3 | |
from urllib3 import HTTPSConnectionPool | |
import certifi | |
import base64 | |
import M2Crypto | |
import hashlib | |
class TestHTTPSConnectionPool(HTTPSConnectionPool): | |
def _validate_conn(self, conn): |