Disable TLS 1.0/1.1 on Windows via GPO causes eventlog warning with 0x80004002 error

windingo 1 Reputation point
2024-04-19T11:48:00.6933333+00:00

Hi,

we are using GPO for some time to disable TLS 1.0 and 1.1 on all clients and servers. This was working until lately.

We use GPP registry settings to set those values:

HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Server\Enabled = 0 HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Server\DisabledByDefault = 1
HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Server\Enabled = 0 HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Server\DisabledByDefault = 1

Since some weeks (March patch day?) all systems report warnings in eventlog, when this GPO applies. Event 4106 from Group Policy Registry.

This includes Windows Server 2019, 2022 or Windows 11 23H2, all on patch level April 2024.

The computer 'DisabledByDefault' preference item in the 'Security Config All Systems {xxx}' Group Policy Object did not apply because its targeting item failed with error code '0x80004002 No such interface supported' This error was suppressed.

The computer 'Enabled' preference item in the 'Security Config All Systems {xxx}' Group Policy Object did not apply because its targeting item failed with error code '0x80004002 No such interface supported' This error was suppressed.

Also we have another error code on some machines:

The computer 'Enabled' preference item in the 'Security Config All Systems {xxx}' Group Policy Object did not apply because its targeting item failed with error code '0x8007203a The server is not operational.' This error was suppressed.

When I check the registry, the registry entries exist, since they were set successfully before.

If I delete them, they are not recreated by the GPO. But I can recreate them manually.

This only happens with the entries for TLS 1.0 and TLS 1.1. This does not happen for entries like SSL 3.0 or older protocols.

Any ideas? Can someone reproduce this?

Best regards,

Ingo

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,159 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,194 questions
0 comments No comments
{count} votes