tfsonline和teamcity的SSL代理错误

tfsonline和teamcity的SSL代理错误,tfs,teamcity,azure-devops,Tfs,Teamcity,Azure Devops,然而,当我在Teamcity中设置项目以连接到tfsonline上的vcs根目录时,我不断遇到一个与ServicePointManager相关的问题,即某些代理不支持https。 是否有人对这个问题有了一些了解,是否需要一些额外的配置来让它工作 我得到的错误是: Server='https://XXXX.visualstudio.com/DefaultCollection/XXXX' Username='fredrik@XXXXX' ERROR - The ServicePointManager

然而,当我在Teamcity中设置项目以连接到tfsonline上的vcs根目录时,我不断遇到一个与ServicePointManager相关的问题,即某些代理不支持https。 是否有人对这个问题有了一些了解,是否需要一些额外的配置来让它工作

我得到的错误是:

Server='https://XXXX.visualstudio.com/DefaultCollection/XXXX'
Username='fredrik@XXXXX'
ERROR - The ServicePointManager does not support proxies with the https scheme.
System.Exception: The ServicePointManager does not support proxies with the https scheme.

通过在服务器上安装vs2012+更新和windows update中的所有可用更新来解决此问题