We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1ee02 commit 029d6a8Copy full SHA for 029d6a8
packages/solarwinds-apm/src/exporters/proxy.ts
@@ -75,7 +75,7 @@ export const agentFactory =
75
76
const req = (request as typeof https.request)({
77
method: "CONNECT",
78
- hostname: proxy.hostname,
+ host: proxy.hostname,
79
port: proxy.port,
80
path: `${host}:${port}`,
81
headers,
0 commit comments