当前位置:   article > 正文

Win10如何开启TLS1.3_windows 10 iis tls1.3 over tcp

windows 10 iis tls1.3 over tcp
  1. 首先Win10需要升级到最新版(20H2 OS Build 19042.804)方法:https://www.microsoft.com/zh-cn/software-download/windows10  立即更新,下载Win10更新助手
  2. 在控制面板中查找“Internet Options”, 打开后进入"Advanced"选项卡。如果有“Use TLS1.3(experimental)”选项,说明已经支持TLS1.3了
  3. 运行regedit,修改注册表

    在“Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols”中增加下图所示的值

     

    在Client和Server中都增加以下的值

      

  4. 重启电脑

  5. 在C#中,需要把 ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;改成 ServicePointManager.SecurityProtocol = SecurityProtocolType.SystemDefault | SecurityProtocolType.Tls12;

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/624237
推荐阅读
相关标签
  

闽ICP备14008679号