how to disable weak RC4 chiper in windows server 2016

Bilal Khan 101 Reputation points
2021-03-12T06:27:12.657+00:00

SSL/TLS use of weak RC4 chiper port 1433/tcp over SSL

Windows for business | Windows Server | User experience | Other
{count} votes

Accepted answer
  1. Leon Laude 86,026 Reputation points
    2021-03-12T08:17:15.247+00:00

    Hi @Bilal Khan ,

    You can use the Disable-TlsCipherSuite PowerShell cmdlet to disable cipher suites.

    Another way to disable the cipher suites is trhough the Windows Registry:

    Restrict the use of certain cryptographic algorithms and protocols in Schannel.dll
    https://learn.microsoft.com/en-us/troubleshoot/windows-server/windows-security/restrict-cryptographic-algorithms-protocols-schannel

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Best regards,
    Leon

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.