Windows Azure:客户端和服务器之间的安全绑定不匹配

Windows Azure: Mismatch of the security binding between the client and the server

我正在使用 VS 2012、Azure v1.8、Windows8.1
更新:更新Azure到2.5,还是报错。

使用 VS2012 > 服务器资源管理器 > Windows Azure 计算 > 添加部署环境,我已通过发布设置文件添加订阅。

现在当我想选择部署环境时,出现以下错误。

Windows Azure Tools for Microsoft Visual Studio

Unable to load services for the given credentials. An error occurred while making the HTTP request to https://management.core.windows.net/xxxxxxxxxx/services/hostedservices.

This could be due to the fact that the server certificate is not configured properly with HTTP.SYS in the HTTPS case.

This could also be caused by a mismatch of the security binding between the client and the server.

我什至检查过这个 Question

的解决方案

注意:几个月前我已经在我的 azure 帐户上部署了应用程序,现在我想更新它们。

Update1: Upgraded Azure to version 2.5

我将 Azure 版本更新到 2.5,现在当我 select .... 服务器资源管理器 > Azure > 管理订阅,出现错误

登录过程中发生错误:service_returned_error:服务返回错误。检查 InnerException 以获取更多详细信息

Update2 2015-03-10: Used Fiddler

更新到 Azure 2.5 后,无法从 VS 2012 连接到 Azure。

我开始了 fiddler
- 启用解密 https。
- 将所需的 ClientCertificate.cer 添加到 C:\Users\user1\Documents\Fiddler2

现在从 VS 2012 开始,可以使用用户 ID 和密码连接到 Azure。

当发布到 Azure 时,能够发布和应用程序工作,但它没有完成 100% 的完整过程。

现在,如果我停止 fiddler 然后再次...我会遇到同样的错误。

问题出在 AnkhSvn-2.5.12266 上。

删除它后,我就可以连接到 Azure。

由于 AnkhSvn-2.5.12266 VS 2012 使用的是 SSL V3.0,为了防止 POODLE 攻击,Azure 拒绝所有使用 SSL 3.0 协议的请求。