LoginSignup
3
3

More than 5 years have passed since last update.

NuGetの接続エラー

Posted at

Visual Studio 2013 を使っていて、プロジェクトを別の場所で実行しようとするとNugetがエラーになり「基になる接続が閉じられました:SSL / TLSのセキュリティで保護されたチャネルの信頼関係を確立できませんでした」が表示されビルドできなくなった。

下記手順で復帰できた。

  • Visual Studio のメニュー「ツール」を選択
  • 「NuGetパッケージマネージャー」を選択
  • 「パッケージマネージャーの設定」を選択
  • 「NuGetパッケージマネージャー」の「パッケージソース」を選択、「利用可能なパッケージソース」を選択して、「http://www.nuget.org/api/v2/」を追加する。下図を参照。

vs.png

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3