Perl Monk, Perl Meditation | |
PerlMonks |
LWP dies calling request methodby impossiblerobot (Deacon) |
on Aug 03, 2002 at 18:43 UTC ( [id://187371]=perlquestion: print w/replies, xml ) | Need Help?? |
impossiblerobot has asked for the wisdom of the Perl Monks concerning the following question: Being completely flustered, I once again turn to the Monastery for help: I am using LWP::UserAgent to post to a couple of secure servers. When I post to the test server, everything works just fine. When I post to the production server, the script dies with the following error:
(It appears that the useragent object is somehow disappearing.) The only difference between the two runs is the URL. I've tried running the same script from another server with the same versions of LWP, HTTP::Request, etc., and both passes seem to work right. The code I am running is very simple:
and here are the results of an LWP::Debug trace from the failed attempt(s):
I've searched the Monastery and Google, but haven't found a solution. I would appreciate any help my fellow monks can give. Impossible Robot
Back to
Seekers of Perl Wisdom
|
|