V
V
Vlad2021-05-17 15:51:24
.NET
Vlad, 2021-05-17 15:51:24

Nuget - The SSL connection could not be established?

Greetings! There is a proxy on the network, I use console commands to write its host, username and password into the nuget config. I'm trying to install dotnet-ef and I'm running into this problem with SSL. What could be the reason?

PS X:\BACKUP3> dotnet tool install -g dotnet-ef --version 6.0.0-preview.3.21201.2
C:\Program Files\dotnet\sdk\5.0.100-preview.6.20318.15\NuGet.targets(128,5): error : Не удалось загрузить индекс службы для источника https://api.nuget.org/v3/index.json. [C:\Users\user\AppData\Local\Temp\5y3umnso.3cb\restore.csproj]
C:\Program Files\dotnet\sdk\5.0.100-preview.6.20318.15\NuGet.targets(128,5): error :   The SSL connection could not be established, see inner exception. [C:\Users\user\AppData\Local\Temp\5y3umnso.3cb\restore.csproj]
C:\Program Files\dotnet\sdk\5.0.100-preview.6.20318.15\NuGet.targets(128,5): error :    Received an unexpected EOF or 0 bytes from the transport stream. [C:\Users\user\AppData\Local\Temp\5y3umnso.3cb\restore.csproj]
Не удалось восстановить пакет инструмента.
Не удалось установить средство "dotnet-ef". Возможные причины сбоя:

- Вы пытаетесь установить предварительный выпуск и не указали версию с помощью параметра --version.
- Пакет с таким именем найден, но он не является инструментом .NET Core.
- Требуемый веб-канал NuGet недоступен, возможно, из-за проблемы с подключением к Интернету.
- Неверно введено имя средства.

Сведения о других возможных причинах сбоя, в том числе о принудительном именовании пакетов, см. на странице https://aka.ms/failure-installing-tool.
PS X:\BACKUP3>

Without prescribing a proxy, it gives an error 407 (Proxy Authentication Required).

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question