av网址免费在线_久精品免费动漫_国产精品日韩欧美色窝窝_久久综合九色综合视频网站

網(wǎng)站開啟https訪問 谷歌瀏覽器提示“您的連接存在安全隱患”打不開(win2008)
微信號:gdfacai

網(wǎng)站開啟https訪問 谷歌瀏覽器提示“您的連接存在安全隱患”打不開(win2008)

閱讀數(shù): 時間:2020-08-10 來源:發(fā)菜管理系統(tǒng) 標簽: 網(wǎng)站安全 網(wǎng)站服務(wù)器 google https
網(wǎng)站開啟https訪問 谷歌瀏覽器提示“您的連接存在安全隱患”打不開(win2008)


您的連接存在安全隱患

此網(wǎng)站使用的安全性配置已過時,這可能會導(dǎo)致您的信息(例如密碼、消息或信用卡卡號)在發(fā)送至此網(wǎng)站的過程中遭到泄露。

NET::ERR_SSL_OBSOLETE_VERSION

用于加載此網(wǎng)站的連接使用的是 TLS 1.0 或 TLS 1.1,這兩個 TLS 版本都已過時,將在不久后完全停用。屆時,用戶將無法再加載此網(wǎng)站。服務(wù)器應(yīng)啟用 TLS 1.2 或更高版本。

繼續(xù)前往www.dococc.com(不安全)

怎么解決呢?
 

開始->運行->輸入 PowerShell
 
復(fù)制這段代碼粘入彈出的dos窗口內(nèi)
 
# Enables TLS 1.2 on windows Server 2008 R2 and Windows 7
 
# These keys do not exist so they need to be created prior to setting values.
md "HKLM:SYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsTLS 1.2"
md "HKLM:SYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsTLS 1.2Server"
md "HKLM:SYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsTLS 1.2Client"
 
# Enable TLS 1.2 for client and server SCHANNEL communications
new-itemproperty -path "HKLM:SYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsTLS 1.2Server" -name "Enabled" -value 1 -PropertyType "DWord"
new-itemproperty -path "HKLM:SYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsTLS 1.2Server" -name "DisabledByDefault" -value 0 -PropertyType "DWord"
new-itemproperty -path "HKLM:SYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsTLS 1.2Client" -name "Enabled" -value 1 -PropertyType "DWord"
new-itemproperty -path "HKLM:SYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsTLS 1.2Client" -name "DisabledByDefault" -value 0 -PropertyType "DWord"
 
# Disable SSL 2.0 (PCI Compliance)
md "HKLM:SYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsSSL 2.0Server"
new-itemproperty -path "HKLM:SYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsSSL 2.0Server" -name Enabled -value 0 -PropertyType "DWord"
# Enables TLS 1.2 on Windows Server 2008 R2 and Windows 7 # These keys do not exist so they need to be created prior to setting values. md "HKLM:SYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsTLS 1.2" md "HKLM:SYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsTLS 1.2Server" md "HKLM:SYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsTLS 1.2Client" # Enable TLS 1.2 for client and server SCHANNEL communications new-itemproperty -path "HKLM:SYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsTLS 1.2Server" -name "Enabled" -value 1 -PropertyType "DWord" new-itemproperty -path "HKLM:SYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsTLS 1.2Server" -name "DisabledByDefault" -value 0 -PropertyType "DWord" new-itemproperty -path "HKLM:SYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsTLS 1.2Client" -name "Enabled" -value 1 -PropertyType "DWord" new-itemproperty -path "HKLM:SYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsTLS 1.2Client" -name "DisabledByDefault" -value 0 -PropertyType "DWord" # Disable SSL 2.0 (PCI Compliance) md "HKLM:SYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsSSL 2.0Server" new-itemproperty -path "HKLM:SYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsSSL 2.0Server" -name Enabled -value 0 -PropertyType "DWord"

然后重啟服務(wù)器就可以了。
此辦法同樣可以解決微信小程序要求的TLS版本必須大于等于1.2的問題(windows2008服務(wù)器)

 

推薦文章/ Related products

最新案例/ LATEST CASES

發(fā)菜網(wǎng)絡(luò)工作室外貿(mào)建站專注企業(yè)外貿(mào)網(wǎng)站設(shè)計制作

提供專業(yè)的外貿(mào)網(wǎng)站設(shè)計、小語種站群、Google ADS推廣、谷歌SEO優(yōu)化、AI大數(shù)據(jù)營銷、SNS社媒營銷
立即咨詢
X微信咨詢

截屏,微信識別二維碼

微信號:gdfacai

(點擊微信號復(fù)制,添加好友)

  打開微信

微信號已復(fù)制,請打開微信添加咨詢詳情!
QQ客服
微信咨詢
關(guān)注我們
在線留言
返回頂部
關(guān)閉

網(wǎng)站需求

您的公司
您的姓名*
您的手機*
您的需求
感謝您的咨詢,我們會盡快給您回復(fù)!