Replies: 5 comments 1 reply
-
Thank you for filing this feature request. We appreciate your feedback and will review the feature at our next grooming or sprint planning session. We prioritize feature requests with more upvotes and comments. |
Beta Was this translation helpful? Give feedback.
-
This issue has been linked to a new work item: W-9607434 |
Beta Was this translation helpful? Give feedback.
-
Can you help us understand what's not working with the environment variables (ex: HTTP_PROXY) route? |
Beta Was this translation helpful? Give feedback.
-
As we have to switch between mutiple proxies and also sometime switch on switch off proxy, it becomes difficult to actually set global HTTP_PROXY and unset HTTP_PROXY. If there is a seperate setting for this available directly from sfdx, then that can be used then it will be easier to configure vscode tasks and as well SFDX vscode plugin can be updated to use vscode settings proxy instead of relying on global HTTP_PROXY As we can access salesforce both with and wout proxy in our scenerio it impact us |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions