After you configure TLS 1.2+, you might start having issues where jobs/tasks are assigned in the console but there is a delay before the tasks actually go out to clients, even though the agents are registered with a task server and have run other tasks successfully.
If you see a status of 'Queued' every time you assign a job/task in the console, be sure to configure the registry on all of your task servers (including your SMP server) as per the second part of
KB 170734, to force .NET to use TLS 1.2 or higher. (These registry changes are also recommended in
KB 215999, because they also solve a problem with Ghost imaging failing in a TLS 1.2-only environment.) Specifically:
- Add (or modify if these already exists) the following registry keys with the specified values:
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v2.0.50727]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001
Note: you may need to reboot your servers for the changes to go into effect.
Hope this is helpful!
------------------------------
Sherri Nichols
Cyber Security Engineer at NetX Information Systems, Inc.
------------------------------
Original Message:
Sent: Nov 14, 2022 04:08 AM
From: Hagai Nachmani
Subject: TLS 1.0 / 1.1 deprecated
Hi Experts,
I was wondering if the changes made in Microsoft Windows OS to stop using TLS 1.0 and 1.1 is something that we need to take any active action in the ITMS?
what is the procedure required to update and enable TLS 1.2 / 1.3 on the console / site servers, if there is such a use case?
tnx,
Hagai