mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	| @@ -27,7 +27,7 @@ module.exports = function(RED) { | ||||
|         var caPath = n.ca.trim(); | ||||
|         this.servername = (n.servername||"").trim(); | ||||
|  | ||||
|         if ((certPath.length > 0) || (keyPath.length > 0)) { | ||||
|         if ((certPath.length > 0) || (keyPath.length > 0) || (caPath.length > 0)) { | ||||
|  | ||||
|             if ( (certPath.length > 0) !== (keyPath.length > 0)) { | ||||
|                 this.valid = false; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user