Reputation: 707
My SharePoint web sites not able to connect to TFS web parts like: Completed builds etc. The error is similar to Link
TF400324: Team Foundation services are not available from server https://MyServer/tfs. Technical information (for administrator): The underlying connection was closed: An unexpected error occurred on a send.
I believe the reason is same, that is TLS 1.0 disabling causing this too. But not able to figure out, how SharePoint is connected to TFS and which server i should put in the registry.
I have tried adding the .Net framework registry in the SharePoint server, that did not solve the issue.
Upvotes: 0
Views: 186
Reputation: 31075
Go to TFS Administration Console and check the connection of SharePoint Web Application, to see whether the connection is still working.
Try to go to the TFS AT machine and access SharePoint site to see whether you have the same issue.
Configuring a SharePoint site to use HTTPS and certificates often requires additional steps, such as configuring alternate access mappings and configuring authentication infrastructure. You may check detailed steps of setting up HTTPS with SSL for TFS at website below: https://www.visualstudio.com/en-us/docs/setup-admin/tfs/admin/setup-secure-sockets-layer#obtaining-a-certificate
Upvotes: 1