-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
featureIssue or pull request for a new featureIssue or pull request for a new featurerationalize-proxy
Description
Hi
By default node uses HTTP_PROXY and HTTPS_PROXY environment variables to connect internet behind corporate proxy. But is it possible to directly use proxy server with sfdx?
I am getting below error whenever i have set proxy in windows setting.
Error: connect ETIMEDOUT 13.112.252.60:443 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1134:16) { errno: 'ETIMEDOUT', code: 'ETIMEDOUT', syscall: 'connect', address: '13.112.252.60', port: 443 }
As per jsforce corporate proxy bug
There is merge request which let us set corporate proxy and connection is successful. Can we allow setting this paramater as sfdx cli command parameters, which will allow us to use sfdx behind corporate proxy.
Metadata
Metadata
Assignees
Labels
featureIssue or pull request for a new featureIssue or pull request for a new featurerationalize-proxy