简体   繁体   English

在 IIS 10 Windows Server 2019 上启用 TLS 1.3

[英]Enable TLS 1.3 on IIS 10 windows server 2019

I am unable to enable TLS 1.3 on IIS 10 apps on windows server 2019. I have enable the schannel server TLS DWORD registry.我无法在 Windows Server 2019 上的 IIS 10 应用程序上启用 TLS 1.3。我已启用 schannel 服务器 TLS DWORD 注册表。 But IIS is still choosing TLS 1.2 as the max supported cipher suite during handshake.但是 IIS 仍然选择 TLS 1.2 作为握手期间支持的最大密码套件。 I have deployed apps on TLS 1.3 on caddy on the same server with the same certificate.我已经在具有相同证书的同一服务器上的 caddy 上的 TLS 1.3 上部署了应用程序。

Windows server 2019 supports TLS 1.3. Windows Server 2019 支持 TLS 1.3。 I tried finding resources for support with IIS 10;我尝试寻找支持 IIS 10 的资源; they seems to be very old and officially there is no news for this?他们似乎很老,官方没有这方面的消息? As anyone managed to do it with any IIS plugin or something?任何人都设法使用任何 IIS 插件或其他东西来做到这一点?

Windows server 2019 does not support TLS 1.3, Windows server 2022 supported. Windows server 2019 不支持 TLS 1.3,Windows server 2022 支持。

More information you can refer to this link: TLS protocol version support .更多信息你可以参考这个链接: TLS协议版本支持

We are currently running IIS 10 on a W2019 Server and IIS actually supports TLS 1.3 now!我们目前在 W2019 服务器上运行 IIS 10,IIS 现在实际上支持 TLS 1.3! However we are facing the issue that the TLS handshake fails because the client sends unsupported_Extension after the ServerHello…然而,我们面临着 TLS 握手失败的问题,因为客户端在 ServerHello 之后发送了 unsupported_Extension ...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 Windows 10 中启用 TLS 1.3 - how to enable TLS 1.3 in windows 10 如何在 Windows Server 2019 上运行的 ASP.NET MVC 应用程序中启用 TLS 1.0 和 TLS 1.1? - How do I enable TLS 1.0 and TLS 1.1 in ASP.NET MVC application running on Windows Server 2019? 启用和禁用TLS和SSL在IE中,在Z0F4137ED1502B5045D6045D6083AA258B58B5C42Z中使用本地机器(不是Z0F4137ED152B502B502602605DDEMEA) - Enable and Disable TLS and SSL in IE on windows 10 local machine(not windows server) using powershell TLS 1.3、IIS 10.0 支持 - TLS 1.3, IIS 10.0 support 如何在 IIS7 Windows Server 2008 R2 上启用 TLS1.2 - How to enable TLS1.2 on IIS7 Windows Server 2008 R2 是否可以在 Windows Server 2008 R2 上启用 TLS 1.3? - Can TLS 1.3 be enabled on Windows Server 2008 R2? 在 windows 服务器 2008 R2 上启用 TLS 1.2 - Enable TLS 1.2 on windows server 2008 R2 无法在 windows 服务器 2019 上的 IIS 上使用 https - Can't Use https on IIS on windows server 2019 无法为SSL / TLS建立安全通道:如何在Windows Server 2008上启用TLS - Could not establish secure channel for SSL/TLS: how to enable TLS on windows server 2008 如何使用 TLS 1.3 在 Jetty 中启用 certificate_authorities 扩展 - How to enable certificate_authorities extension in Jetty with TLS 1.3
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM