You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Earlier today, https://dot.net switched to using TLS 1.2-only. Most Windows Powershell instances default to TLS 1.1 and will thus fail with wget : The underlying connection was closed: An unexpected error occurred on a send. trying to run the previous command.
An example of a PowerShell script fix can be seen in dotnet/docs#6689
The text was updated successfully, but these errors were encountered:
Earlier today, https://dot.net switched to using TLS 1.2-only. Most Windows Powershell instances default to TLS 1.1 and will thus fail with
wget : The underlying connection was closed: An unexpected error occurred on a send. trying to run the previous command.
An example of a PowerShell script fix can be seen in dotnet/docs#6689
The text was updated successfully, but these errors were encountered: