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

Asked

Viewed 196 times

-1

The following error occurs when checking Visual studio 2013 for VSO (TFS online):

Multiple errors occurred During the Operation, the first of which is displayed 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

1 answer

1

There are some options for this problem to have appeared:

  • You are having server trouble (not accepting HTTPS connection)
  • You are having problems with your internet connection or DNS server configured on the client machine
  • You are trying to connect with HTTPS on a server that does not serve TFS with HTTS and should have connected in a common way with HTTP
  • Your Windows Firewall or your business Firewall 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.
  • I am using TFS online (VSO) and have disabled the firewall. I can access the VSO service normally from the web. Just to complement, when I do a get specific version of a folder to get all the files the error happens in some files, but not at all. If it was a connection error it could not work in some files, correct?

  • @Robertomiranda some progress or more diagnostic information?

  • 1

    apparently with the installation of VS 2013 Update 1 solved. No more error occurred.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.