尝试将 SSL 证书部署到 Azure - Webrole 陷入“等待角色启动”状态
我通过 Umbraco 加速器(由 smarx 和 Paul Sterling 创建)在 Azure 上部署了一个 Umbraco 实例。
http://waacceleratorumbraco.codeplex.com
我正在尝试在 Azure 上安装 SSL 证书,并按照以下步骤操作: http://sondreb.com/blog/post/windows-azure-secure-site-with-ssl-certificate.aspx。
我已将证书部署到我的托管服务中,看起来不错。我还添加了 HttpsIn 和 443 作为公共和私有端口,并选择了我的证书。
然后,我右键单击我的项目并选择包,这会出现一个对话框,我选择服务配置:默认和构建配置:发布。这给了我一个 .cscfg 文件和一个 .cspkg 文件。
然后,我通过 azure silverlight 界面使用这些文件创建一个新的临时部署。
这些角色永远不会旋转。他们只是循环等待滚动开始和初始化滚动。
有谁知道如何调试这个或者我可能做错了什么?
I have an Umbraco instance deployed on Azure via the Umbraco accelerator (created by smarx and Paul Sterling).
http://waacceleratorumbraco.codeplex.com
I am trying to install an SSL Certificate on Azure and am following these steps: http://sondreb.com/blog/post/windows-azure-secure-site-with-ssl-certificate.aspx.
I have deployed my certificate to my hosted service, that looks fine. I've also added HttpsIn with 443 as the public and private port with my certificate selected.
I then right click on my project and select package, this gives me a dialog and I choose Service Configuration: Default and Build Configuration: Release. This gives me a .cscfg file and a .cspkg file.
I then create a new staging deployment with these files through the azure silverlight interface.
The roles never spin up. They just cycle through waiting for roll to start and initializing roll.
Does anyone know how to debug this or what I might be doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将 Azure 配置中的专用端口留空 - 负载均衡器将代表您完成此操作。像这样:
诊断负载均衡器配置的问题确实很困难,我希望我们能看到更好的消息!
You need to leave the private port in the Azure configuration blank -- the load balancer will complete this on your behalf. Like so:
It's really hard to diagnose issues with the load balancer configuration, I do wish we'd see better messages!