TFS Error: The request was aborted: Could not create SSL / TLS

-1

The following error is occurring when you check in Visual Studio 2013 for VSO (TFS online):

  

Multiple errors occurred during operation, the first of which is shown below. A full error list is available in the Output Window.   c: \ users \ xxxx \ documents \ visual studio 2013 \ Projects \ Turbostore \ Turbostore.Domain.Test \ UnitTest1.cs: The request was aborted: Could not create SSL / TLS secure channel.

I'm running on a Windows 8 machine with Visual Studio 2013

    
asked by anonymous 20.02.2014 / 16:07

1 answer

1

There are some options for this problem to appear:

  • You are experiencing a problem with your server (you are not accepting an HTTPS connection)
  • You are having problems with your internet connection or DNS server configured on the client machine
  • You are trying to connect to HTTPS on a server that does not serve TFS with HTTS and should have commonly connected with HTTP
  • Firewall for your Windows or your company may be blocking this connection
  • There may be a proxy on the network that does not support HTTPS or that is for some reason blocking the connection to this server.
20.02.2014 / 16:25