Cipher Suites in windows 16 is showing TLS 1.0 and not the correct TLS 1.2

Tia Rojas 1 Reputation point
2021-05-24T20:37:13.77+00:00

My security report is felling because because is showing these Cipher Suites.
I need to disable or remove each one of them.

This is showing in ports: 853, 9999

Can you please let me know what to do to disable these Suits in windows 16

Evidence
Cipher Suite: TLSv1_1 : ECDHE-RSA-AES256-SHA
Cipher Suite: TLSv1_1 : DHE-RSA-AES256-SHA
Cipher Suite: TLSv1_1 : DHE-RSA-CAMELLIA256-SHA
Cipher Suite: TLSv1_1 : AES256-SHA
Cipher Suite: TLSv1_1 : CAMELLIA256-SHA
Cipher Suite: TLSv1_1 : ECDHE-RSA-AES128-SHA
Cipher Suite: TLSv1_1 : DHE-RSA-AES128-SHA
Cipher Suite: TLSv1_1 : DHE-RSA-SEED-SHA
Cipher Suite: TLSv1_1 : DHE-RSA-CAMELLIA128-SHA
Cipher Suite: TLSv1_1 : AES128-SHA
Cipher Suite: TLSv1_1 : SEED-SHA
Cipher Suite: TLSv1_1 : CAMELLIA128-SHA

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

25 answers

Sort by: Most helpful
  1. Anonymous
    2021-05-24T20:41:04.047+00:00

    I'd check the registry settings found here.
    https://learn.microsoft.com/en-us/windows-server/security/tls/tls-registry-settings#tls-dtls-and-ssl-protocol-version-settings

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  2. Tia Rojas 1 Reputation point
    2021-05-24T20:55:46.63+00:00

    I checked each one and all is disable
    Any other comments??

    99155-tls.png

    0 comments No comments

  3. Anonymous
    2021-05-24T21:02:01.673+00:00

    Try setting like below. to disable TLS 1.0

    99207-image.png

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  4. Tia Rojas 1 Reputation point
    2021-05-24T21:07:05.95+00:00

    Let me see if I understand:

    I need to set:
    Enable = 1
    DisableByDefault = 1

    So enable and disable is = 1?

    0 comments No comments

  5. Anonymous
    2021-05-24T21:08:48.077+00:00

    I think it is any non zero value that you're after.

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

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.