欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

微信小程序  TLS 版本必須大于等于1.2問題解決

 更新時間:2017年02月22日 09:52:37   投稿:lqh  
這篇文章主要介紹了微信小程序 TLS 版本必須大于等于1.2問題解決的相關資料,需要的朋友可以參考下

微信小程序  TLS 版本必須大于等于1.2問題解決

此問題最近在微信小程序開發(fā)中,比較常見。

在解決這個問題之前,我們需要了解一下,當前的系統(tǒng)環(huán)境是否支持TLS1.2以上,可以參考一下表格:

來源:微軟官方

確認系統(tǒng)支持以后,進行一下操作:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\Multi-Protocol Unified Hello]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\Multi-Protocol Unified Hello\Client]
"Enabled"=dword:00000000
"DisabledByDefault"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\Multi-Protocol Unified Hello\Server]
"Enabled"=dword:00000000
"DisabledByDefault"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\PCT 1.0]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\PCT 1.0\Client]
"Enabled"=dword:00000000
"DisabledByDefault"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\PCT 1.0\Server]
"Enabled"=dword:00000000
"DisabledByDefault"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Client]
"DisabledByDefault"=dword:00000001
"Enabled"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Server]
"Enabled"=dword:00000000
"DisabledByDefault"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Client]
"Enabled"=dword:00000000
"DisabledByDefault"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Server]
"Enabled"=dword:00000000
"DisabledByDefault"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Client]
"Enabled"=dword:00000001
"DisabledByDefault"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Server]
"Enabled"=dword:00000001
"DisabledByDefault"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Server]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server]
"Enabled"=dword:00000001
"DisabledByDefault"=dword:00000000

將以上代碼,保存到一個txt文件,然后修改后綴.reg,雙擊執(zhí)行即可,完成這一步后,重啟服務器。

感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!

相關文章

  • Javascript實現登錄記住用戶名和密碼功能

    Javascript實現登錄記住用戶名和密碼功能

    本文主要介紹了Javascript實現登錄記住用戶名和密碼功能的代碼。具有很好的參考價值。下面跟著小編一起來看下吧
    2017-03-03
  • 小程序從手動埋點到自動埋點的實現方法

    小程序從手動埋點到自動埋點的實現方法

    這篇文章主要介紹了小程序從手動埋點到自動埋點的實現方法,小編覺得挺不錯的,現在分享給大家,也給大家做個參考。一起跟隨小編過來看看吧
    2019-01-01
  • HTML+CSS+JavaScript實現放大鏡效果

    HTML+CSS+JavaScript實現放大鏡效果

    這篇文章主要為大家詳細介紹了HTML+CSS+JavaScript實現放大鏡效果,文中示例代碼介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們可以參考一下
    2022-07-07
  • js實現隨機數小游戲

    js實現隨機數小游戲

    這篇文章主要為大家詳細介紹了js實現隨機數小游戲,具有一定的參考價值,感興趣的小伙伴們可以參考一下
    2019-06-06
  • 基于BootStrap實現簡潔注冊界面

    基于BootStrap實現簡潔注冊界面

    這篇文章主要介紹了基于BootStrap實現簡潔注冊界面,需要的朋友可以參考下
    2017-07-07
  • srcElement表格樣式

    srcElement表格樣式

    srcElement表格樣式...
    2006-09-09
  • 淺談JS如何實現真正的對象常量

    淺談JS如何實現真正的對象常量

    下面小編就為大家?guī)硪黄獪\談JS如何實現真正的對象常量。小編覺得挺不錯的,現在就分享給大家,也給大家做個參考。一起跟隨小編過來看看吧
    2017-06-06
  • JavaScript reduce和reduceRight詳解

    JavaScript reduce和reduceRight詳解

    這篇文章主要介紹了JavaScript reduce和reduceRight的高級用法詳解的相關資料,需要的朋友可以參考下
    2016-10-10
  • JS判斷是否360安全瀏覽器極速內核的方法

    JS判斷是否360安全瀏覽器極速內核的方法

    這篇文章主要介紹了JS判斷是否360安全瀏覽器極速內核的方法,對比分析了360安全瀏覽器極速內核與其他主流瀏覽器內核的區(qū)別及對應的判斷技巧,需要的朋友可以參考下
    2015-01-01
  • 微信小程序骨架屏的實現方法

    微信小程序骨架屏的實現方法

    本文主要介紹了微信小程序骨架屏的實現方法,文中通過示例代碼介紹的非常詳細,對大家的學習或者工作具有一定的參考學習價值,需要的朋友們下面隨著小編來一起學習學習吧
    2023-01-01

最新評論