![]() |
|
Just another Perl shrine | |
PerlMonks |
issue with ssl_opts verify_hostname = 1by myuserid7 (Scribe) |
on Oct 20, 2012 at 10:17 UTC ( #1000120=perlquestion: print w/replies, xml ) | Need Help?? |
myuserid7 has asked for the wisdom of the Perl Monks concerning the following question: I've been having issues enforcing hostname verification via verify_hostname => 1 on line 27. When running the code with Verify_hostname => 1 I get the following error: "certificate verify failed" My code is below. You will need to change 0 to 1 on line 27 to see the issue. Example usage: /content_check.pl --hostname=www.verisign.com --IPAddress=69.58.181.89 --uri=products-services/ --searchstring='Products and Services' http://pastebin.com/xNwiTdz2 Here is version info: perl-GD-SVG-0.33-1.el5 perl-Sub-Install-0.925-1.el5 perl-MRO-Compat-0.09-1.el5 perl-Error-0.17010-1.el5 perl-Params-Util-1.00-3.el5 perl-CPAN-DistnameInfo-0.06-2.el5 perl-Net-SSLeay-1.30-4.fc6 perl-String-CRC32-1.4-2.fc6 perl-SVG-2.49-1.el5 perl-Convert-ASN1-0.20-1.1 perl-IPC-Run-0.80-3.el5 perl-HTML-Tagset-3.10-2.1.1 perl-version-0.7203-1.el5 perl-Sub-Identify-0.03-1.el5 perl-Algorithm-C3-0.06-1.el5 perl-Moose-0.51-1.el5 perl-DBD-MySQL-3.0007-2.el5 perl-URI-1.35-3 perl-Git-1.7.4.1-1.el5 perl-HTML-Parser-3.55-1.fc6 perl-Class-C3-XS-0.08-1.el5 perl-Package-Generator-0.100-2.el5 perl-Class-C3-0.19-2.el5 perl-Parse-CPAN-Packages-2.33-8.el5 perl-5.8.8-32.el5_6.3 perl-libwww-perl-5.805-1.1.1 perl-Sub-Exporter-0.982-11.el5 perl-Crypt-SSLeay-0.51-11.el5 perl-DBI-1.52-2.el5 perl-GD-2.35-2.el5 perl-Compress-Zlib-1.42-1.fc6 perl-Data-OptList-0.101-2.el5 perl-Class-MOP-0.62-1.el5 This is my first Perl script, be gentle.
Back to
Seekers of Perl Wisdom
|
|