-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sfdx info:releasenotes:display not working behind a proxy (on WSL) #1378
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Yep...we'll have to fix that. Thanks for reporting! |
This issue has been linked to a new work item: W-10493241 |
Hi After updating to the latest-rc $ sfdx --version && sfdx info:releasenotes:display
sfdx-cli/7.138.0 wsl-x64 node-v16.13.0
ERROR running info:releasenotes:display: Socket is closed |
Hey @mnunezdm, sorry I missed your new comment. Could you confirm you are setting both |
Hello @iowillhoit !! I have both env variables configured $ echo $HTTPS_PROXY && echo $HTTP_PROXY && sfdx info:releasenotes:display
http://****
http://****
ERROR running info:releasenotes:display: Socket is closed |
Cool, thanks for checking @mnunezdm. Have you had proxy issues with any other commands? |
I also wonder if this could have something to do with WSL. Could you try installing |
I normally use sfdx + wsl + proxy with no problem, just this command I think. I will try to check other commands and I reach you back. Also, I'm installing sfdx in windows. |
I have tried with no proxy issues the following commands
|
@mnunezdm were you able to try this in CommandPrompt? |
WindowsRunning in windows without VPN (I assusme this is a problem with the antivirus) (normally disabling ssl verification allows me to fetch this, i assume it is impossible right now to do this in sfdx) $ sfdx --version ; sfdx info:releasenotes:display
sfdx-cli/7.138.1 win32-x64 node-v16.14.0
ERROR running info:releasenotes:display: unable to get local issuer certificate Running in Windows with VPN & HTTP_PROXY & HTTPS_PROXY configured $ sfdx --version ; sfdx info:releasenotes:display
sfdx-cli/7.138.1 win32-x64 node-v16.14.0
ERROR running info:releasenotes:display: Client network socket disconnected before secure TLS connection was established Running in Windows with VPN & just HTTP_PROXY configured
WSLRunning in WSL without VPN (I assusme this is a problem with the antivirus) (normally disabling ssl verification allows me to fetch this, i assume it is impossible right now to do this in sfdx) sfdx --version && sfdx info:releasenotes:display
sfdx-cli/7.139.0 wsl-x64 node-v16.13.0
ERROR running info:releasenotes:display: unable to get local issuer certificate Running in WSL with VPN & HTTP_PROXY & HTTPS_PROXY configured $ sfdx --version && sfdx info:releasenotes:display
sfdx-cli/7.139.0 wsl-x64 node-v16.13.0
ERROR running info:releasenotes:display: Socket is closed Running in WSL with VPN & just HTTP_PROXY configured
|
we shipped this Feb 2022 (adding proxy support for these callouts) so it should be working now unless something is weird with WSL (which is technically unsupported). |
Summary
When running in my corporate network, I am unable to launch the new
info:releasenotes:display
commandSteps To Reproduce:
sfdx info:releasenotes:display
Expected result
Correct result
Actual result
System Information
Additional information
Feel free to attach a screenshot.
The text was updated successfully, but these errors were encountered: