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

Proxy support #17

Open
mmessmore opened this issue Aug 18, 2014 · 0 comments
Open

Proxy support #17

mmessmore opened this issue Aug 18, 2014 · 0 comments
Assignees

Comments

@mmessmore
Copy link

It would be nice if the library supported http proxies. Currently there is an outstanding issue with requests.Session that breaks this because it fails to use the proxy on a redirect using HTTPS. However this should be fixed in the next release.

I have done this locally by adding a proxies argument to the Foreman constructor and then setting the underlying requests.Session.proxies to it.

-mike

@david-caro david-caro self-assigned this Jan 21, 2015
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