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

标签 azure azure-deployment

我使用的是 VS 2012、Azure v1.8、Windows 8.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.

enter image description here

我什至检查尝试了这个解决方案 Question

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

Update1: Upgraded Azure to version 2.5

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

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

enter image description here

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 协议(protocol)的请求。

关于azure - Windows Azure : Mismatch of the security binding between the client and the server,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28852175/

相关文章:

amazon-web-services - MacBook 上的 aws-azure-login 登录错误 : unknown option '--no-disable-extensions '

javascript - Azure 认知搜索 : Sort result by particular result String

Visual Studio for Azure Service Fabric 中的 Azure 资源管理器模板

Python - 如何获取Azure延续 token ?

c# - 使用 Web 部署在 Azure 中部署普通 ASP.NET Core 2.2 Web 应用程序会引发错误

azure - Azure ARM 模板部署是否会删除函数应用的主机 key ?

Azure Redis 慢日志重复错误 "EVALSHA"

从源代码控制进行 Azure 部署 - 代码优先迁移

azure - azure 中的 Virto Commerce 加密异常

azure - 当持续部署到登台时,交换登台和生产部署槽时会发生什么?