Hello,
Whenever I'm trying to install something or even just list the packages I get this error "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel"
I'm working on Windows 7 Ultimate 64-bit, Visual Studio 2010 Ultimate with NuGet Version 1.5.20902.9026.
PM> Install-Package Ninject
Install-Package : The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
At line:1 char:16
+ Install-Package <<<< Ninject
+ CategoryInfo : NotSpecified: (:) [Install-Package], WebException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Comments: I don't know your exact situation, but I have windows 7 running in a virtual machine. The Date and time were set in the past which caused the certificate to be invalid.
Whenever I'm trying to install something or even just list the packages I get this error "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel"
I'm working on Windows 7 Ultimate 64-bit, Visual Studio 2010 Ultimate with NuGet Version 1.5.20902.9026.
PM> Install-Package Ninject
Install-Package : The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
At line:1 char:16
+ Install-Package <<<< Ninject
+ CategoryInfo : NotSpecified: (:) [Install-Package], WebException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Comments: I don't know your exact situation, but I have windows 7 running in a virtual machine. The Date and time were set in the past which caused the certificate to be invalid.