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