Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTest that Hypercane works effectively with the proxy servers specified in HTTP*_PROXY environment variables #16
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
shawnmjones commentedJun 25, 2020
Most *nix commands honor the
HTTP_PROXY
andHTTPS_PROXY
environment variables. Hypercane processes these variables and applies them inhypercane/utils.py
as part ofget_web_session
. We need to test this with Squid or Varnish to ensure the system will actually use a proxy server as a datastore.