httplib2 icon indicating copy to clipboard operation
httplib2 copied to clipboard

Fix disable_ssl_certificate_validation on Python 3

Open jayvdb opened this issue 9 years ago • 4 comments

Fixes issue #173 Patch originally contributed Sep 6, 2011 https://code.google.com/p/httplib2/issues/detail?id=173


This change is Reviewable

jayvdb avatar Nov 25 '14 14:11 jayvdb

This patch has been around and widely used for more than 3 years, +1 for merging to keep things consistent

MA3STR0 avatar Dec 11 '14 13:12 MA3STR0

Just hit this problem again in Python 3.5.1. Again, Python2 works fine when disabling ssl verification, Python3 request fails.

cathalgarvey avatar Apr 04 '16 12:04 cathalgarvey

BTW, that's with the latest version from Pip, only installed today about an hour ago

cathalgarvey avatar Apr 04 '16 12:04 cathalgarvey

I hit this problem on Python 3.4.2, with httplib2 version 0.9.2.

progval avatar Nov 17 '16 13:11 progval