Link to home
Start Free TrialLog in
Avatar of KPERS
KPERSFlag for United States of America

asked on

Just upgraded to TFS 2018 am getting SSL/TLS errors when trying to connect to it using VS 2017.

Just upgraded out TFS install to 2018 and migrated to a new server. Trying to set it up so we only use HTTPS and I am able to login through the web interface and projects listed but when I try to connect through Visual Studio 2017 I get this error:

"TF400324: Team Foundation services are not available for server 'servernamehere'. Technical information (for administrator):
   The underlying connection was closed: Could not establish trust relationship for SSL/TLS secure channel"


In IIS I modified the bindings for the TFS and removed all the default bindings so now I only allow https://servername.domain and assigned a wildcard cert with the domain in it we got off godaddy. I then went into the TFS administration console and under the application tier I set the public URL to the same URL that was in the binding. I then reset the server to make sure everything got updated with the new URL settings.

Even then I was still getting the same message every time I tried to connect using Visual Studio. I know the cert is good and the path does work since I can connect via a web browser but I am not getting enough detail from the error message to help see what Visual Studio is actually trying to connect to generate that error.
ASKER CERTIFIED SOLUTION
Avatar of KPERS
KPERS
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial