mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-31 19:39:20 +08:00 
			
		
		
		
	Merge pull request #2988 from chakflying/fix/socks-rejectUnauthorized
Fix: Pass rejectUnauthorized to Socks Proxy
This commit is contained in:
		| @@ -132,6 +132,9 @@ class Proxy { | ||||
|                     ...httpAgentOptions, | ||||
|                     ...httpsAgentOptions, | ||||
|                     ...proxyOptions, | ||||
|                     tls: { | ||||
|                         rejectUnauthorized: httpsAgentOptions.rejectUnauthorized, | ||||
|                     }, | ||||
|                 }); | ||||
|  | ||||
|                 httpAgent = agent; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user