Service TFS 2018内部部署代理服务挂钩通知失败

Service TFS 2018内部部署代理服务挂钩通知失败,service,tfs,notifications,hook,Service,Tfs,Notifications,Hook,几天以来,服务钩子都无法通知(PR更新、工作项注释等)这个错误,我不知道为什么。 TFS安装在域计算机(active directory)上,到目前为止没有问题。 有趣的是,如果我在服务钩子中进行测试,它确实会工作 懒散的人或团队。没关系。 有什么想法吗 Error Details System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebE

几天以来,服务钩子都无法通知(PR更新、工作项注释等)这个错误,我不知道为什么。 TFS安装在域计算机(active directory)上,到目前为止没有问题。 有趣的是,如果我在服务钩子中进行测试,它确实会工作

懒散的人或团队。没关系。 有什么想法吗

Error Details
System.Net.Http.HttpRequestException: An error occurred while sending the 
request. ---> System.Net.WebException: Unable to connect to the remote server 
---> System.Net.Sockets.SocketException: A connection attempt failed because 
the connected party did not properly respond after a period of time, or 
established connection failed because connected host has failed to respond 
143.204.9.158:443
at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, 
Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState 
state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, 
TransportContext& context)
at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult 
ar)
--- End of inner exception stack trace ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter 
.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.VisualStudio.Services.ServiceHooks.Common.HttpActionTask. 
<RunAsync>d__8.MoveNext()
错误详细信息
System.Net.Http.HttpRequestException:发送请求时出错
请求。-->System.Net.WebException:无法连接到远程服务器
--->System.Net.Sockets.SocketException:连接尝试失败,因为
关联方在一段时间后未作出适当回应,或
建立的连接失败,因为连接的主机未能响应
143.204.9.158:443
位于System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
位于System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
在System.Net.ServicePoint.ConnectSocketInternal(布尔值connectFailure,
插座s4、插座s6、插座和插座、IP地址和地址、ConnectSocketState
状态、IAsyncResult异步结果、异常和异常)
---内部异常堆栈跟踪的结束---
在System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult,
TransportContext(上下文和上下文)
在System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult)中
ar)
---内部异常堆栈跟踪的结束---
在System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()中
在System.Runtime.CompilerServices.TaskAwaiter
.HandleNonSuccessAndDebuggerNotification(任务)
位于Microsoft.VisualStudio.Services.ServiceHooks.Common.HttpActionTask。
d___8.移动下一步()