I'm trying to use stack behind a corporate proxy. Issuing the stack new
command returns:
InvalidProxyEnvironmentVariable "http_proxy" "http://username:password@host:port/"
I have http_proxy
, https_proxy
and ftp_proxy
defined in my .bashrc
, as well as their equivalents in all caps (e.g. HTTP_PROXY
). Removing or altering those will break stuff elsewhere.
The stack repo doesn't seem to have proxy behaviour documented yet, which is understandable since it was only recently released. Does anyone know if using stack behind a proxy is even possible at the moment? If so, how?