Comment 3 for bug 1028099

Revision history for this message
Ilari Shafer (mrcaps) wrote :

This might have been resolved or outdated by now, but when specifying proxy_info, you'll want to not include http:// in the hostname of the proxy:
proxy_info=httplib2.ProxyInfo(socks.PROXY_TYPE_HTTP, 'proxy.compaq.com', 8080)