mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Fix: Pass rejectUnauthorized to Socks Proxy
This commit is contained in:
parent
89bfc3bf33
commit
8ee4b844fd
1 changed files with 3 additions and 0 deletions
|
@ -132,6 +132,9 @@ class Proxy {
|
||||||
...httpAgentOptions,
|
...httpAgentOptions,
|
||||||
...httpsAgentOptions,
|
...httpsAgentOptions,
|
||||||
...proxyOptions,
|
...proxyOptions,
|
||||||
|
tls: {
|
||||||
|
rejectUnauthorized: httpsAgentOptions.rejectUnauthorized,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
httpAgent = agent;
|
httpAgent = agent;
|
||||||
|
|
Loading…
Reference in a new issue