You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most *nix commands honor the HTTP_PROXY and HTTPS_PROXY environment variables. Hypercane processes these variables and applies them in hypercane/utils.py as part of get_web_session. We need to test this with Squid or Varnish to ensure the system will actually use a proxy server as a datastore.
The text was updated successfully, but these errors were encountered:
We use the proxy as a storage cache for content. Many proxies just provide a pass-thru for HTTPS traffic and do not cache it. This is not sufficient for our purposes. We truly need to save mementos so we can process them multiple times, hence our existing MongoDB dependency. Merely supporting these environment variables is insufficient for Hypercane's needs.
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.The text was updated successfully, but these errors were encountered: