|
Posted by AZSTYX on August 3, 2006, 6:21 pm
Please log in for more thread options
Sisyphus wrote:
> > Hello Perl Mongers!
> >
> > Environment:
> > libwww-perl: 5.805
> > Crypt::SSLeay -- 0.51
> > OS: Solaris 8
> > Perl: 5.8.4
> >
> > Issue Summary:
> > Issue with SSL POST operation.
> >
> > I have a script that randomly fails against devices using HTTPS
>
> It's not clear to me at precisely which point the script is failing. Is it
> the call to new() ? or perhaps the $ua->request() ? or perhaps something
> else ?
>
new() is a constructor....it has no return value; the first item with a
return status is the ->request which returns code 500.
> I think the first thing to do is to determine just where (in the script) the
> rot sets in - by examining (immediately) the return values of such things as
> the new() call.
>
> Cheers,
> Rob
|