Export to GitHub

google-api-python-client - issue #340

dns resolve via http proxy


Posted on Dec 8, 2014 by Grumpy Bird

What steps will reproduce the problem? 1. export http proxy enviroment variables. 2. try to access via Google APIs. 3. httplib2 raises a exception. httplib2.ServerNotFoundError: Unable to find the server at www.googleapis.com

What is the expected output? What do you see instead? No choice to use proxy_rdns = True. Currentry, I wrote a local mehtod and override httplib2.proxy_from_url, it works.

What version of the product are you using? On what operating system? Debian 7.7 Python 2.7 googleapiclient 1.3.1

Please provide any additional information below.

Status: New

Labels:
Type-Defect Priority-Medium