in reply to Investigating connection reset with LWP to an https site

I tried to install your module, but I ran into a problem with Crypt::SSLeay. The problem for me is that, out of my dozen perls, they're dynamic except for two that are static. It seems that Crypt::SSLeay simply will not install on my dynamic perls; however, it will install without problems on my static perls. Note that LWP::Protocol::https must be installed in order to use https. You might want to add it as a dependency.
  • Comment on Re: Investigating connection reset with LWP to an https site

Replies are listed 'Best First'.
Re^2: Investigating connection reset with LWP to an https site
by sedusedan (Pilgrim) on Mar 06, 2012 at 01:58 UTC
    Good catch on adding LWP::protocol::https as dep (it was split into its separate dist in 6.x), thanks.