Revert http:443->https workaround
Origin: https://code.google.com/archive/p/httplib2/issues/17 > Year: 2008 > a bug on the Google servers end > Location: header ... redirected to http://www.google.com:443 (instead of https) Issue: https://github.com/httplib2/httplib2/issues/112 year 2018 Workaround in httplib2 does not allow weird but legitimate request. `Http().request(..., connection_type=httplib2.HTTPConnectionWithTimeout)` fails on excess TLS-related arguments. Arguably, this discovered problem that connection classes should have compatible constructor signatures, e.g. `Connection(uri, options)`
Loading
Please sign in to comment