Skip to content
New issue

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

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

Already on GitHub? # to your account

tracker should work behind HTTP proxy #465

Open
arthurhobspice opened this issue Oct 26, 2022 · 1 comment
Open

tracker should work behind HTTP proxy #465

arthurhobspice opened this issue Oct 26, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@arthurhobspice
Copy link

In contrast to the rest of the SDK functions, the tracker does not work behind a web proxy.

If I get it right, it's because the http.request in line 37 of tracking/#.py will only get a response if a direct connection to https://#.us-east-1.amazonaws.com is available. In our company environment my dev machine where I run the Jupyter notebook has to go out via HTTP(S)_PROXY.

@arthurhobspice arthurhobspice changed the title tracker does not work behind proxy tracker should work behind HTTP proxy Oct 26, 2022
@virajvchaudhari virajvchaudhari added the enhancement New feature or request label Oct 31, 2022
@mdpratt
Copy link

mdpratt commented Dec 19, 2022

Hi @arthurhobspice, thank you for bringing this to our attention. We'll look at this when our roadmap permits, but PRs are always welcome.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants