gog
gog

Reputation: 12988

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

i have a strange problem with my TFS. I have a project in my machine without source control, than i created a new collection in visualstudio.com to control my project and added it to source control,etc. When i try to make a checkin e get this error:

Multiple errors occurred during the operation, the first of which is displayed below. A full error list is available in the Output Window.

D:\Project\GlobalAssemblyInfo.cs: The request was aborted: Could not create SSL/TLS secure channel.

I have no idea why its ocurring. It could be the .snk files that i have in this project? Thanks for now.

Upvotes: 4

Views: 1349

Answers (1)

Brandon Hawbaker
Brandon Hawbaker

Reputation: 554

This appears to be a certificate issue from the box that is trying to connect. Can you try installing the SSL certificate downloaded from the browser in the Trusted Root Authority of the machine that is trying to connect?

Upvotes: 1

Related Questions