Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does this lib support https?proxy? #123

Closed
afk6 opened this issue Apr 20, 2017 · 2 comments
Closed

does this lib support https?proxy? #123

afk6 opened this issue Apr 20, 2017 · 2 comments

Comments

@afk6
Copy link

afk6 commented Apr 20, 2017

No description provided.

@ecederstrand
Copy link
Owner

It doesn't explicitly support proxies, but we use the requests module internally, so you may have luck setting these environment variables:

$ export HTTP_PROXY="http://10.10.1.10:3128"
$ export HTTPS_PROXY="http://10.10.1.10:1080"

See http://docs.python-requests.org/en/master/user/advanced/#proxies

@afk6 afk6 closed this as completed Apr 28, 2017
@ecederstrand
Copy link
Owner

Hi @lemon-machine Just a bit curious. Did you get it to work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants