Cipher requirements for Windows Updates

Jack 41 Reputation points
2022-05-17T14:51:41.343+00:00

Hi, my security team has recommended turning off all CBC cipher as they are considered weak. After removing them all, I am faced with error 80072EFE when trying to perform a windows update. After some trial and error, I came to realise that I am unable to remove "TLS_ECHDE_RSA_WITH_AES_256_CBC_SHA384".

OS in question is 2012 R2 Standard. I have been trying to find documentation on the ciphers requirements for communication with Microsoft cloud for OS updates but couldn't find any. Any advise from the community would be appreciated, Thanks!

Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
841 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,205 questions
0 comments No comments
{count} votes

Accepted answer
  1. Philippe Levesque 5,691 Reputation points MVP
    2022-05-17T14:57:50.227+00:00

    It depend on your client OS. Please see Cipher Suites in TLS/SSL (Schannel SSP)

    To quote another answer, you can see that for Windows Update Cipher that it support;

    TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (0xc030) ECDH secp384r1 (eq. 7680 bits RSA) FS 256
    TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (0xc02f) ECDH x25519 (eq. 3072 bits RSA) FS 128
    TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 (0xc028) ECDH secp384r1 (eq. 7680 bits RSA) FS WEAK 256
    TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 (0xc027) ECDH x25519 (eq. 3072 bits RSA) FS WEAK 128


0 additional answers

Sort by: Most helpful