Perl Certificate Info
Problem this snippet solves: This perl application will display the information about the certificates on the BIG-IP system. Code : #!/usr/bin/perl
#-----------------------------------------------...
Published Mar 09, 2015
Version 1.0CodeCentral_194
Cirrus
Joined May 05, 2019
CodeCentral_194
Cirrus
Joined May 05, 2019
paul_dawson_258
May 13, 2016Nimbostratus
I am getting "500 Can't connect to lb.address:443 (certificate verify failed) at CertInfo.perl line 101."
I have already changed the proxy line:
proxy("$sProtocol://$sHost:$sPort/iControl/iControlPortal.cgi", ssl_opts => [ SSL_verify_mode => 0 ]);