http://www.perlmonks.org?node_id=989805


in reply to Re^3: Coro + LWP freezes
in thread Coro + LWP freezes

No, i have no options. Need to use https only :( When i was using another programming language that used SSLeay i stopped to use it because of errors with SSLeay when using multithreaded requests.. Any way to switch to another way of dealing with SSL ?

Replies are listed 'Best First'.
Re^5: Coro + LWP freezes
by Corion (Patriarch) on Aug 26, 2012 at 09:59 UTC

    First I would try to isolate whether SSLeay really is the problem. One way would be to exchange HTTPS URLs for HTTP URLs.