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

TUF client requests TUF server through proxy #814

Closed
thangld322 opened this issue Dec 18, 2018 · 3 comments
Closed

TUF client requests TUF server through proxy #814

thangld322 opened this issue Dec 18, 2018 · 3 comments

Comments

@thangld322
Copy link

Can TUF handle proxy?
If yes, where can I find a tutorial about handling proxy for TUF client, please?
Thank you!

@awwad
Copy link
Contributor

awwad commented Dec 18, 2018

Yes. PR #781 made sure that TUF had proxy support. This test tests use of tuf through various proxies. Basically, you just need to set your environment variables to include 'HTTP_PROXY' set to your proxy address (or include 'HTTPS_PROXY' if you're connecting to a middleman proxy via HTTPS).

@thangld322
Copy link
Author

Thank awwad
This version has not released right? So I gotta clone develop branch and install from that source?

@awwad
Copy link
Contributor

awwad commented Dec 19, 2018

First release with that feature: https://github.com/theupdateframework/tuf/releases/tag/v0.11.2.dev1
The most recent release also includes that feature: https://github.com/theupdateframework/tuf/releases/tag/v0.11.2.dev2

These are development releases due to the sacrifice of the slow retrieval attack protection. They are on PyPI (so you can pip install them if you indicate the specific version) and GitHub as releases.

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