BIG-IP Configuration Visualizer - iControl Style
I posted almost two years ago to the day on a cool tool called BIG-IP Config Visualizer, or BCV, that one of our field engineers put together that utilizes a BIG-IP config parser and GraphViz to crea...
Updated Jan 26, 2023
Version 3.0JRahm
Admin
Joined January 20, 2005
JRahm
Admin
Joined January 20, 2005
Aug 23, 2012
Try adding this to the script:
$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0;
Newer versions of LWP added this check. This will tell the LWP code to allow self-signed certs.
-Joe