TFS GlobalAssemblyInfo.cs: request was aborted: could not create secure SSL / TLS channel

I have a strange problem with my TFS. I have a project on my machine without source control, which is why I created a new collection on visualstudio.com to manage my project and add it to the original control, etc. When I try to do a check, get this error:

During the operation, several errors occurred, the first of which is shown below. A complete list of errors is available in the output window.

D: \ Project \ GlobalAssemblyInfo.cs: The request was aborted: Failed to create a secure SSL / TLS channel.

I have no idea why this is happening. Could these be the .snk files that I have in this project? Thanks for this.

+4
source share
1 answer

A problem with the certificate appears in the field that is trying to connect. Can you try installing the SSL certificate downloaded from the browser on the trusted root node of the machine that is trying to connect?

+1
source

All Articles