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

Thank you.
  • Comment on Re^2: LWP::UserAgent Net::SSL read timeout issue

Replies are listed 'Best First'.
Re^3: LWP::UserAgent Net::SSL read timeout issue
by Carmageddon (Initiate) on Jan 08, 2014 at 15:53 UTC
    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?
      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?

      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