httplib2 icon indicating copy to clipboard operation
httplib2 copied to clipboard

fix SSL problem

Open gcd0318 opened this issue 11 years ago • 3 comments

fix issue 173. originated by kvvier(https://code.google.com/u/kvvier/) and verified for python3.3 (win) by (https://code.google.com/u/111191101025126589579/), and me for python3.4 (linux)

gcd0318 avatar May 22 '14 15:05 gcd0318

As the modification of !disable_ssl_certificate_validation, I got following error when I try to install: byte-compiling build/bdist.linux-armv7l/egg/httplib2/init.py to init.cpython-34.pyc File "build/bdist.linux-armv7l/egg/httplib2/init.py", line 829 check_hostname=!disable_ssl_certificate_validation) ^ SyntaxError: invalid syntax

gcd0318 avatar Jun 11 '14 17:06 gcd0318

You probably want not disable_ssl_certificate_validation

micolous avatar Jul 14 '14 23:07 micolous

There is also https://github.com/jcgregorio/httplib2/pull/289 , which attributes the original author.

jayvdb avatar Apr 28 '15 15:04 jayvdb