VMware Perl SDK Error "Server Version unavailable"

Source: Internet
Author: User
Tags ssl certificate perl script

When I run a Perl script in centos6.6, the "Server Version unavailable ... line 545" issue appears,

This is due to the inability to verify the server's SSL certificate.

Set the following environment variables to solve the problem:

Export perl_lwp_ssl_verify_hostname=0

This environment variable only works for the current session, and you can add it to the end of the/ETC/BASHRC so that it can function as global.
Vim/etc/bashrc
......
Export perl_lwp_ssl_verify_hostname=0
Save after exiting, under source, so that it takes effect immediately.
Source/etc/bashrc

It's OK to rerun the Perl script later.
Reference Address: http://www.rcamilleri.com/blog/vmware-server-version-unavailable-error/

VMware Perl SDK Error "Server Version unavailable"

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.