- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
impossible to connect vcenter using perl sdk
Hi,
I try to reach our vcenter environnment using perl sdk but even after installed a lot of library (LWP, SSL, NET::SSL, etc) it still replies the same issue :
C:\DsiTools\perl_vmware_sdk\Perl\apps\performance>perl viperformance.pl --username XXXXX password XXXXurl https://XXXXXXXXX:7444/sdk/vimService host XXXXXXcountertype cpu
Server version unavailable at 'https://XXXXXXXX:7444/sdk/vimService.wsdl' at C:/DsiTools/perl_vmware_sdk/Perl/lib/VMware/VICommon.pm line 551.
I've checked urls, host and credentials and it's ok. I've also tried to add the following line in the perl script :
$ENV = "Net::SSL";
$ENV = 0;
Without success....
Could you help me ?
Best regards,
GrAaL