darcs behind firewall

Hi all, Does anyone know how to specify proxy server and port for darcs to use when it connects to servers? I am behind firewall most of the time and all requests have to go through a proxy. Thanks, Ed

If you are on linux (I'm on ubuntu) you should be able to set
export http_proxy=http://proxyserver.com:1234
export https_proxy=http://proxyserver.com:123
vars, per what your sysadmin says. In my case, these are set to the same
var that permits me to use firefox via the proxy, in firefox -> edit->
preferences -> network tab -> connection settings, http proxy.
and darcs should "just work"
thomas.
"Sukit Tretriluxana"

Thank you so much. That works nicely!!
Ed
On 8/30/07, Thomas Hartman
If you are on linux (I'm on ubuntu) you should be able to set
export http_proxy=http://proxyserver.com:1234 export https_proxy=http://proxyserver.com:123
vars, per what your sysadmin says. In my case, these are set to the same var that permits me to use firefox via the proxy, in firefox -> edit-> preferences -> network tab -> connection settings, http proxy.
and darcs should "just work"
thomas.
*"Sukit Tretriluxana"
* Sent by: haskell-cafe-bounces@haskell.org 08/30/2007 03:54 PM To haskell-cafe@haskell.org cc
Subject [Haskell-cafe] darcs behind firewall
Hi all,
Does anyone know how to specify proxy server and port for darcs to use when it connects to servers? I am behind firewall most of the time and all requests have to go through a proxy.
Thanks, Ed_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
---
This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
participants (2)
-
Sukit Tretriluxana
-
Thomas Hartman