... it's been a while, but just in case someone else is having the same issue:
"Server version unavailable at 'https://10.32.10.27:443/sdk/vimService.wsdl' at /usr/lib/perl5/5.10.0/VMware/VICommon.pm line 545."
is being caused by the failed SSL verification. Just add
# Disable SSL Verification
export PERL_LWP_SSL_VERIFY_HOSTNAME=0
to your script right before calling vmwarevSphereHealthCheck.pl and it should run as expected.