diff --git a/perl-xCAT/xCAT/Client.pm b/perl-xCAT/xCAT/Client.pm index e0934796d..82ad81018 100644 --- a/perl-xCAT/xCAT/Client.pm +++ b/perl-xCAT/xCAT/Client.pm @@ -242,6 +242,7 @@ if (ref($request) eq 'HASH') { # the request is an array, not pure XML SSL_key_file => $keyfile, SSL_cert_file => $certfile, SSL_ca_file => $cafile, + SSL_verify_mode => SSL_VERIFY_PEER, SSL_use_cert => 1, Timeout => 0, );