Windows TLS Status by Constey
This Plugin checks for the TLS Settings (SCHANNEL) of Windows machines. To go for sure you can check and set the TLS Settings with IISCrypto -> https://www.nartac.com/Products/IISCrypto Setup: Install the MKP Deploy the Plugin via Bakery Maybe adjust your requirements via the normal Service Rule Assuming: Windows Server 2022 has enabled TLS 1.3 by default. Windows Server Ignored TLS 1.2 -> Client + Serverside = Enabled TLS 1.1 -> Client + Serverside = Should be Disabled TLS 1.0 -> Client + Serverside = Should be Disabled Sample Output: protocol TLS1_3 as expected (S:0❘C:0) protocol TLS1_2 as expected (S:1❘C:1) protocol TLS1_1 (server) is not as expected 0 vs. 1WARN protocol TLS1_1 (client) is not as expected 0 vs. 1WARN protocol TLS1_0 (server) is not as expected 0 vs. 1WARN protocol TLS1_0 (client) is not as expected 0 vs. 1WARN
3 Nov 202351741983