2

私は git-tfs をほぼ 5 年間使用してきましたが、ある日、実行中に次のエラーが発生しましたgit tfs fetch

TF400324: Team Foundation services are not available from server https://tfs.company.com/tfs/foo.
Technical information (for administrator):
  The underlying connection was closed: An unexpected error occurred on a send.
The underlying connection was closed: An unexpected error occurred on a send.
Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
An existing connection was forcibly closed by the remote host

Fiddlerを開いて何が起こっているのかを確認したところ、ラップトップが接続しようとしたときに文字通りTFSサーバーがソケットを切断しました.

サーバー管理者の 1 人と話したところ、TFS サーバーで TLS 1.0 のサポートが無効になっていることがわかりました。私のラップトップは TLS 1.0 を使用してサーバーに接続しようとしていると思います。これにより、もちろんサーバーはソケットを閉じます。

git tfsTeam Foundation Services への接続時に使用するTLS のバージョンを変更するにはどうすればよいですか?

4

2 に答える 2