Package Details: perl-vmware-vsphere-sdk 5.1.0.780721-1

Package Base: perl-vmware-vsphere-sdk
Description: The vSphere SDK for Perl provides an easy-to-use Perl scripting interface to the vSphere API. Administrators and developers can work with vSphere API objects using vSphere SDK for Perl subroutines
Upstream URL: http://www.vmware.com/support/developer/viperltoolkit/
Category: lib
Submitter: oliv
Maintainer: oliv
Last Packager: None
Votes: 3
First Submitted: 2012-10-04 13:45
Last Updated: 2012-10-04 13:45

Required by (0)

Sources

  • VMware-vSphere-Perl-SDK-5.1.0-780721.x86_64.tar.gz

Latest Comments

Comment by harpchad

2013-11-14 20:29

5.5.0 is latest

Comment by oliv

2012-10-04 13:47

Connection to hosts may fail with the following error:

"Server version unavailable at [...]"

Which occurs because your are using an invalid certificate on your server. You can force the perl HTTPS api to skip certificate verification by running the following command (as root):

sed 's:ssl_opts{SSL_verify_mode} ||= 1;:ssl_opts{SSL_verify_mode} ||= 0;:' -i /usr/share/perl5/vendor_perl/LWP/Protocol/https.pm