Laurento Frittella added the comment: I had the same problem using urllib2 and the following trick worked for me
import httplib httplib.HTTPConnection._http_vsn = 10 httplib.HTTPConnection._http_vsn_str = 'HTTP/1.0' Source: http://stackoverflow.com/a/20645845 ---------- nosy: +laurento.frittella _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14044> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com