Dear sir,

I am using the perl, v5.6.0 built for MSWin32-x86-multi-thread (Binary
build 620 provided by ActiveState Tool Corp. - Built 18:31:05 Oct 31
2000), Crypt-SSLeay [0.17.1] and libwww-perl 5.48.
When I the purl code

use LWP::UserAgent;
my $ua = LWP::UserAgent->new;
$ua->proxy(['http','https'], 'http://omega_12:80');
my $req = HTTP::Request->new(
        GET =>
'https://ssl15.pair.com/muthoot/cgi-bin/test/test.pl?name=Omega+InfoTech'

);
my $res = $ua->request($req);
if ($res->is_success){
  print $res->as_string;
}else{
  print "Failed: ", $res->status_line, "\n";
}
__END__

was executed, I got the output

Failed: 457 ?

I am connected to the Net through a proxy (http://omega_12:80).

Would you please help me in solving the problem.

with regards,
Dino

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to