最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

Win10如何开启TLS1.3

业界 admin 1浏览 0评论
  1. 首先Win10需要升级到最新版(20H2 OS Build 19042.804)方法:https://www.microsoft/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;

  1. 首先Win10需要升级到最新版(20H2 OS Build 19042.804)方法:https://www.microsoft/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;

发布评论

评论列表 (0)

  1. 暂无评论