From 22be9798a8b59d62c422813b7dd7f7fc8a241519 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 16 Apr 2014 10:12:38 -0400 Subject: [PATCH] defect 4071 --- xCAT-client/bin/pping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/bin/pping b/xCAT-client/bin/pping index 49b383069..6b8ea11f6 100755 --- a/xCAT-client/bin/pping +++ b/xCAT-client/bin/pping @@ -66,7 +66,7 @@ else { # the normal case of the user running the cmd - expand the noderange us SSL_cert_file=> xCAT::Utils->getHomeDir()."/.xcat/client-cred.pem", SSL_ca_file => xCAT::Utils->getHomeDir()."/.xcat/ca.pem", SSL_use_cert => 1, - #SSL_verify_mode => 1, + SSL_verify_mode => 1, ); die "Connection failure: $!\n" unless ($client); my %cmdref = (command => 'noderange', noderange => $noderange);