[Mono-list] Monodoc and http_proxy

Gonzalo Paniagua Javier gonzalo@ximian.com
Fri, 07 May 2004 20:00:12 +0200


El vie, 07-05-2004 a las 15:05, Tom Cook escribió:
> Hi all,
> 
> I'm new here, so sorry if this is a FAQ, but I have spent a few days
> digging through google to no avail...
> 
> Can I use the 'Upload Contributions' feature of monodoc with an HTTP
> proxy that requires authentication?  I have tried both gconftool-2 and
> 'export http_proxy' as ways of setting the proxy, but neither seems to
> do the trick.

In .NET you use machine.config or application configuration file.
There's a <defaultProxy><proxy />.

You can set your proxy like: <proxy
proxyaddress="http://192.168.1.1:8080" />

We don't support the 'usesystemdefault' attribute of that element.

-Gonzalo