|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
LWP and SHA2by dorko (Prior) |
| on Apr 26, 2015 at 18:46 UTC ( [id://1124777]=perlquestion: print w/replies, xml ) | Need Help?? |
|
dorko has asked for the wisdom of the Perl Monks concerning the following question:
Hello, I've got several Perl programs that talk to a learning management system (LMS) used by about 50,000 users. The LMS has three environments, TEST, QA and PRODUCTION. From my desktop, I can talk to all three environments just fine. From the server that handles the management of the LMS, I can talk to PRODUCTION ok. The server can't talk to the TEST or QA environments. I'm using LWP for all the communications. My desktop and server are at the same version of the LWP module (6.04 -- the current of LWP is 6.13). This is the error I'm getting:
I pretty sure I know what's going on: The TEST and QA servers are using SHA2 / SHA256 SSL certificates. PRODUCTION is using SHA1. The OpenSSL on the server is 0.9.8y. Everything I've read says OpenSSL greater than 0.9.8o can handle SHA2. My question is how do I fix this? Will upgrading LWP to 6.13 fix things? (I'm assuming the version of LWP I'm using was installed using an earlier version of OpensSSL than is currently installed.) How can I get LWP to work with SHA2? How can I get LWP to use the more recent version of OpensSSL? Cheers,
Brent
-- Yup, I'm a Delt.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||