dotnet / sdk

Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
https://dot.net/core
MIT License
2.73k stars 1.07k forks source link

option to ignore SSL error when install/update dotnet tool #44094

Open WeihanLi opened 1 month ago

WeihanLi commented 1 month ago

Is your feature request related to a problem? Please describe.

Get SSL error when running dotnet tool install -g dotnet-execute --prerelease/dotnet tool update -g dotnet-execute --prerelease, is there an option to suppress the error?

Image

Image

Describe the solution you'd like

Maybe an option likes --insecure ...

martincostello commented 1 month ago

Looks similar to #44123.