diff --git a/server/proxy.js b/server/proxy.js index 2f2b5769..660b9b41 100644 --- a/server/proxy.js +++ b/server/proxy.js @@ -132,6 +132,9 @@ class Proxy { ...httpAgentOptions, ...httpsAgentOptions, ...proxyOptions, + tls: { + rejectUnauthorized: httpsAgentOptions.rejectUnauthorized, + }, }); httpAgent = agent;