in reply to LWP dies calling request method

Are you also doing SSL to the test server ? If not, then check if you have SSLeay and everything required to do SSL (https).

If you where already doing SSL correctly to the test server, then I would check the obvious first. Is the target URL correct and can you reach it from the server you are running the script from ? Can you reach it using lynx, wget or any other client available on that box ?

Tiago

Replies are listed 'Best First'.
Re: Re: LWP dies calling request method
by impossiblerobot (Deacon) on Aug 03, 2002 at 20:03 UTC

    Thanks, tstock. I'm using SSL on both servers, so I know that SSL is working.

    I'm also confident of the URL. However, even if the URL were non-existent, LWP should return an error response, not die unexpectedly.


    Impossible Robot