Your network environment includes a Microsoft Visual Studio Team Foundation Server (TFS) 2012 server. All
requests pass through an HTTP proxy before reachingusers. You need to allow access to the server over
HTTPS for remote workers. Which two actions should you perform? (Each correct answer presents part of the
solution. Choose two.)
A.
Configure Basic authentication.
B.
Configure SSL.
C.
Configure Kerberos authentication.
D.
Add the users to the user identities in Internet Information Services (uS).
E.
Configure a TFS proxy server.
BE
http://msdn.microsoft.com/es-es/library/aa395285(v=vs.80).aspx
Next to Configure SSL, we need configure the compilation server AND proxys
Agreed. The following MSDN page states that “After configuring Team Foundation Server to require HTTPS and SSL, you must configure any build servers or Team Foundation Server Proxy servers in your deployment.”
https://msdn.microsoft.com/en-us/library/aa395285(v=vs.80)
This page, though, makes me think that A+B is correct https://msdn.microsoft.com/en-us/library/aa833874(v=vs.80).aspx
«By configuring your Team Foundation Server deployment to use HTTPS with Secure Sockets Layer (SSL) and Basic or Digest authentication, you can support external connections to your Team Foundation Server without having to use a virtual private network (VPN) connection.»
This is exactly the case.
Moreover, in the environment description there are no notes about any TFS Proxy Server.