mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
@@ -22,7 +22,7 @@ function getAgent(rawRequestURL: string, proxyURL: string, strictSSL: boolean =
|
||||
}
|
||||
|
||||
return new HttpsProxyAgent({
|
||||
host: proxyEndpoint.host,
|
||||
host: proxyEndpoint.hostname,
|
||||
port: Number(proxyEndpoint.port),
|
||||
rejectUnauthorized: strictSSL
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user