解決GVM弱掃Windows環境報告包含「NVT: SSL/TLS: Deprecated TLSv1.0 and TLSv1.1 Protocol Detection」弱點
1. 搜尋 regedit.exe,開啟登陸檔編輯模式 2.新增以下登陸檔鍵值,可停用舊版本TLSv1.0 與 TSLv1.1,於該主機當Server腳色及Client腳色時,亦可將下方鍵值存成一個disable_deprecated_tls.reg檔案,並以滑鼠連續點檔案兩下匯入登陸檔: ----------------------------------------------------- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Server] "DisabledByDefault"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Server] "Enabled"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client] "DisabledByDefault"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client] "Enabled"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Server] "DisabledByDefault"=dword:00000001 [HKEY_LOCAL_MACHINE\SYSTEM\...