【发布时间】:2026-01-17 14:00:01
【问题描述】:
我们在 Azure 服务器中托管了一个 Web 应用程序(使用 Azure 服务器中的 api)。出于安全目的,我们想知道服务器是否在 tls 1.2 下(我想对于非云服务器,我们只需要在 regedit 中查看即可知道)。
我已经看到有关如何从 azure 服务器禁用 ssl 3 的主题,请参见:
我想启用 tls 1.2 我们将不得不做这种事情......
所以我的问题是: - 如何知道天蓝色服务器是否在 tls 1.2 下 - 如果没有,如何将 azure 服务器设置为 tls 1.2
感谢您的帮助。
【问题讨论】:
-
您检查了
(updated)标题吗?Azure Websites has disabled SSL 3.0 for all sites by default to protect our customers from the vulnerability mentioned before. Customers no longer need to take any action to disable SSL 3.0 in Azure Websites. -
是的,我想我已经看到了,这不是问题...
-
这意味着不再有 SSL,一切都已经是 TLS。您可以从浏览器检查其 TLS 1.1 还是 1.2。在 Chrome 中,转到 F12(开发人员工具)> 安全
-
看来你是对的 Panagiotis !