Network Management
How to disable TLS 1.0 or 1.1 by updating the Windows registry or using IIS Crypto for the SolarWinds Platform
This article shows disable TLS 1.0 or 1.1 by updating the Windows registry or using IIS Crypto for the SolarWinds Platform
First published date
Last published date
Overview
Product section
Resolution
Disable TLS 1.0 or 1.1 via Registry
- Open registry editor.
- Go to HKLM SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols.
- TLS 1.0 or 1.1 entry does not exist in the registry by default.
- Under Protocols, create a new subkey called "TLS 1.0" or "TLS 1.1"—there will be two subkeys if you need to disable both.
- Create a new subkey called "Server" under TLS 1.0 or TLS 1.1.
- In the Server key, create a DWORD DisabledByDefault entry,
- Set the value to 1.
- Reboot the server.
Disable TLS 1.0 or 1.1 using IIS Crypto (3rd Party Tool)
- Download IIS Crypto GUI from this link.
- Open IIS Crypto.
- Uncheck the Server Protocols for TLS 1.0 and TLS 1.1.
- Reboot the server.