Hodor icon indicating copy to clipboard operation
Hodor copied to clipboard

Add support for proxy configuration

Open keithmoss opened this issue 10 years ago • 1 comments

http = httplib2.Http(proxy_info = httplib2.ProxyInfo(httplib2.socks.PROXY_TYPE_HTTP_NO_TUNNEL, 'proxy.dli.wa.gov.au', 8080, proxy_user = '', proxy_pass = '') )

Affected:

  • run_oauth2()
  • discovery_build()
  • Anything else that instantiates an httplib2 object.

Provide config via...a JSON config file? Command-line params?

keithmoss avatar Sep 18 '14 07:09 keithmoss

http://macinedu.wordpress.com/2014/01/30/python-proxies-and-mac-os-x-oh-my/ might do the trick

keithamoss avatar Sep 25 '14 10:09 keithamoss