TFS2015アップデート2.1で「Visual Studio Test Agent Deploment」と少し奇妙な状況が発生しました。マシングループ内でプロトコルがHTTPに設定されているときは、何も問題ありませんが、testagentはうまく展開します。しかし、リモートマシンへのHTTPS接続で同じタスクを実行しようとすると、例外が発生します。TFS2015:HTTPSによるテストエージェントのデプロイメントが失敗しました。アクセスが拒否されました。
DistributedTests: Task 'DownloadTestAgent' on machine 'XYZ:5986' is being run
DistributedTests: Task 'DownloadTestAgent' on machine 'XYZ:5986' completed.
DistributedTests: Task 'DownloadTestAgent' for machine XYZ:5986's Error : System.Management.Automation.Remoting.PSRemotingTransportException: Connecting to remote server XYZ failed with the following error message :
Access is denied. For more information, see the about_Remote_Troubleshooting Help topic.
マシンは同じドメイン内にあります。 HTTPを使用すると、デプロイが正常に終了しますが、HTTPSを使用するように「マシングループ」を編集すると失敗しますので、ユーザー/パスワードの問題ではありません。任意のアイデアを
ありがとう!