-
Notifications
You must be signed in to change notification settings - Fork 293
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
The underlying connection was closed: An unexpected error occurred on a send #2261
Comments
This seems to be more of a protocol issue than a cert issue. On my Windows Server 2016 box This can be confirmed in PowerShell by trying to connect to https://update.code.visualstudio.com/ before and after turning TLS 1.2 on: TLS 1.2 off
TLS 1.2 on
|
|
I’m wondering if the error reported to the user could suggest the solution here? |
This should be fixed in the nightly extension now, please try it out |
I was looking for the commits, but I can't find the code :} I guess this part isn't out in the open. |
Yeah the extension is not open source |
Tried the latest nightly and everything works perfectly now. Thanks a lot @roblourens ! |
#78 (comment)
Sometimes downloading the remote server on Windows fails with an error message like
Seems to be a cert issue because one user reports that the
SkipCertificateCheck
property fixes it.The text was updated successfully, but these errors were encountered: