fix for bug 4187: uncomment the SSL_verify_mode in prsync for RHEL7

This commit is contained in:
ligc 2014-07-07 10:18:24 -05:00
parent 8dde7b2e89
commit bfacd0f253

View File

@ -69,7 +69,7 @@ my $client = IO::Socket::SSL->new(
SSL_cert_file=>$homedir."/.xcat/client-cred.pem",
SSL_ca_file => $homedir."/.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);