Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: LWP and SHA2

by dorko (Prior)
on Apr 27, 2015 at 16:16 UTC ( [id://1124891]=note: print w/replies, xml ) Need Help??


in reply to Re^2: LWP and SHA2
in thread LWP and SHA2

In case anyone ever finds this looking for answers, did three things to get it working:
  1. I installed IO::Socket::SSL to a version greater than 1.90 (in fact version 2.012). (I just copied the source of that module to a file in a directory on the server.)
  2. I had to do the same with IO::Socket::SSL::PublicSuffix.
  3. I used a use lib qw( /path/to/module ) statement to get my program to load the right modules.

I did not find it necessary to upgrade LWP. And I did have a version of OpenSSL installed that was greater than 0.9.8o. Cheers,

Brent

-- Yeah, I'm a Delt.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1124891]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-24 03:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found