Hello.<br />
<br />
Currently only possible way to use Perl amd LWP and verify certificates, is to use LWP version 6.x, LWP::Protocol::https and IO::Socket::SSL<br />
<br />
however it's when I install LWP::Protocol::https to fresh CentOS 5.9, I am getting:<br />
<br />
t/apache....NOK 1<br />
# Failed test at t/apache.t line 14.<br />
t/apache....NOK 2<br />
# Failed test at t/apache.t line 15. # 'you need at least Net::SSLeay version 1.33 for<br />
getting subjectAltNames at /usr/lib/perl5/site_perl/5.8.8/IO/Socket/SSL.pm line 1702<br />
# ' # doesn't match '(?-xism:Apache Software Foundation)' # Looks like you failed 2 tests of 2. <br />
<br />
<br />
This means I should reinstall Net::SSLeay from CPAN, and if I do so I am getting warning:<br />
<br />
*** Found OpenSSL-0.9.8e installed in /usr<br />
*** Be sure to use the same compiler and options to compile your OpenSSL, perl,<br />
and Net::SSLeay. Mixing and matching compilers is not supported.<br />
<br />
So it's pretty unclear to my how safe it will be to compile it from source (and also additional rpm packages need to be installed)<br />
<br />
I'd suggest publish new version of perl-Net-SSLeay package.
↧