Hello,
You can try running the following command in PowerShell as an administrator to fix CVE-2016-2183:
Disable-TlsCipherSuite -Name 'TLS_RSA_WITH_3DES_EDE_CBC_SHA'
This command disables the cipher suite named TLS_RSA_WITH_3DES_EDE_CBC_SHA. The command removes the cipher suite from the list of TLS protocol cipher suites.
References:
How do i fix CVE-2016-2183 - Microsoft Q&A
Disable-TlsCipherSuite (TLS) | Microsoft Learn
Best regards
Jacen
——————————————————————————————————
If the Answer is helpful, please click "Accept Answer" and upvote it.