mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	fix issue xcatd restart failed using latest build during loading docker.pm (#132)
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user