TFS Proxy strange behavior with Proxy account  
Author Message
SaloS





PostPosted: Team Foundation Server - Setup, TFS Proxy strange behavior with Proxy account Top

We have TFS proxy which is running under local (not domain) account. Everything is all right while someone is logged in to TFS Proxy machine under this account (it doesn't matter through terminal client or local). But when nobody is logged in TFS Proxy returns following error.
The source control proxy '<TfsProxyServer>' is not responding, so the request will be sent to the main server. Please verify your settings.
Additional information:
TF15013: The requested Team Foundation Server is not registered with the proxy server.


How to solve this issue


Visual Studio Team System32  
 
 
Martin Woodward





PostPosted: Team Foundation Server - Setup, TFS Proxy strange behavior with Proxy account Top

I'm pretty sure that the service account has to be a domain (not local) account- that is what the install guide says anyway. Not sure why it was working before but try switching to a domain account and see if that helps.



 
 
SaloS





PostPosted: Team Foundation Server - Setup, TFS Proxy strange behavior with Proxy account Top

I found the issue. The problem was in installing certificate for ssl connection. I had installed certificate for Proxy Account user in registry but not for local machine. When I fixed that everything became alright.