httplib2 icon indicating copy to clipboard operation
httplib2 copied to clipboard

Fix #173: HTTPS request doesn't work when disable_ssl_certificate_validation=True

Open r14c opened this issue 11 years ago • 0 comments

Sets SSLContext.verify_mode to ssl.CERT_OPTIONAL if disable_ssl_certificate_validation is True otherwise it is set to ssl.CERT_REQUIRED.

r14c avatar Nov 25 '14 00:11 r14c