in reply to Re^2: LWP::UserAgent Net::SSL read timeout issue
in thread LWP::UserAgent Net::SSL read timeout issue

Thanks salmon, your post here lead me to finally find the cause of the problem - my solution was to downgrade the LWP::UserAgent package to 5.85 and it solved the problem. Have you found a better solution yet?
  • Comment on Re^3: LWP::UserAgent Net::SSL read timeout issue

Replies are listed 'Best First'.
Re^4: LWP::UserAgent Net::SSL read timeout issue
by Anonymous Monk on Feb 05, 2014 at 01:26 UTC
    This bug has been causing me the exact same problem querying a SOAP api. I don't think downgrading would help in my case but commenting out the DIE line certainly fixed the bug. Does doing this cause any issues?
Re^4: LWP::UserAgent Net::SSL read timeout issue
by atwolf (Initiate) on Feb 05, 2014 at 01:28 UTC

    This bug has been causing me the exact same problem querying a SOAP api.

    I don't think downgrading would help in my case but commenting out the DIE line certainly fixed the bug. Does doing this cause any issues?

    Are there any other fixes known