evernote-sdk-python
evernote-sdk-python copied to clipboard
Proxy support
Is it possible to run test script behind http/https proxy?
Thrift doesn't support connections through a proxy, so you might want to use httplib (http://docs.python.org/library/httplib.html).
Any update on this issue? Is anyone working on this?
Yeah major setback for the likes of us that work in unix systems behind corporate proxies :cry:
Eventually this is a python_thrift issue. I encourage everyone encountering the problem to vote for https://issues.apache.org/jira/browse/THRIFT-3798 and/or https://issues.apache.org/jira/browse/THRIFT-3507. Once it's fixed upstream, Evernote could pull in the updated thrift libraries more easily.