Re: proxy setup

vanja.vlaski@ch.novartis.com wrote:

> How do I get validator working through the proxy?
> Any help please

Find "my $ua = new LWP::UserAgent;" in check script and add this line 
after one:

$ua->env_proxy();

And set up proxy in evironment (set HTTP_proxy=http://192.168.1.1:8080), 
see perldoc LWP:UserAgent for details.

For validator developers: maybe you want to add this line in check script?


-- 
Serguei Trouchelle
   http://www.isd.dp.ua/

Received on Thursday, 5 September 2002 09:25:18 UTC