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.
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.