Disabling the use of RC4 for Kerberos tickets causes VMware vCenter Server to fail authentication.
This issue typically follows the implementation of Microsoft November 2022 security updates, which introduce events warning of RC4-related connection requests.
Relevant Microsoft Cumulative Updates:
Relevant Microsoft Standalone Updates:
VMware vCenter Server
vCenter is attempting to authenticate using RC4 on a domain where it is disabled. This is likely due to the vCenter computer object being limited by the ms-DS-SupportedEncryptionType attribute. It's also possible that the default encryption attribute (DefaultDomainSupportedEncTypes) of the domain is set to use only RC4.
VMware vCenter Server attempts to authenticate using the RC4 cipher in an Active Directory domain where RC4 is explicitly disabled or restricted.
This behavior occurs when the vCenter Server computer object is limited by the ms-DS-SupportedEncryptionType attribute, or if the domain's DefaultDomainSupportedEncTypes attribute restricts encryption exclusively to RC4.
Implement the applicable Microsoft out-of-band (OOB) patch on all Domain Controllers in the environment to detect and remediate RC4 usage in Kerberos.
Detect and remediate RC4 usage in Kerberos
Apply one of the following configuration options to update the encryption type for the vCenter Server computer object.
Option 1: Active Directory Users and Computers (ADUC)
ms-DS-SupportedEncryptionType attribute to 24.0x18.Option 2: PowerShell
<vCENTER-AD-Object> with the exact computer object name:Set-ADComputer -Identity <vCENTER-AD-Object> -KerberosEncryptionType AES128,AES2560x18.To verify the cipher in use, filter the Windows Domain Controller security logs for Event IDs 4769 and 4768.
Search for the vCenter Server computer account entry. If the Ticket Encryption Type is utilizing RC4 (e.g., 0x17 or 0x18) instead of AES-256 (0x12), this resolution applies.