2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-14 18:30:23 +00:00

fix issue xcatd restart failed using latest build during loading docker.pm (#132)

This commit is contained in:
bybai
2015-08-31 05:29:30 -04:00
parent 362c29a467
commit e4145b4ca9

View File

@ -310,7 +310,7 @@ sub send_req {
);
if ($socket) {
$connect = IO::Socket::SSL->start_SSL( $socket,
SSL_verify_mode => SSL_VERIFY_PEER,
SSL_verify_mode => "SSL_VERIFY_PEER",
SSL_ca_file => $ssl_ca_file,
SSL_cert_file =>$ssl_cert_file,
SSL_key_file => $key_file,