【问题标题】:Do Azure websites support https with node.js?Azure 网站是否支持带有 node.js 的 https?
【发布时间】:2012-11-19 04:41:22
【问题描述】:

Azure Web 角色支持 https 和 node.js,但 Azure 网站是否支持 https?

【问题讨论】:

    标签: node.js azure https


    【解决方案1】:

    截至发帖:link,据我所知仍然不可能为 Azure 网站设置自定义 SSL 证书。

    如果这是您要求的一部分,我建议您使用常规 WebRole 并设置要在 RoleConfiguration 中使用的证书。

    当 Protocol 设置为 https 时,您可以在 EndPoint 配置下将证书与 WebRole 关联,如下所示:

    【讨论】:

      【解决方案2】:

      是的,默认情况下这应该适用于非自定义域 (foo.azurewebsites.net)。正如@f0x 提到的,对 custom 域的 SSL 支持不适用于 Windows Azure 网站。

      【讨论】:

      • 还是这样吗? Azure 中的标准网站订阅似乎现在在自定义网站上提供 SSL。
      • 我相信你是对的,过去一年这种情况发生了变化。
      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-10-08
      • 1970-01-01
      • 2011-06-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多