How to enable TLS 1.2 on Windows for Agent Installation?
If the TLS 1.2 protocol is not enabled on the system, the user may encounter the following error message when attempting to install the FenixPyre agent:

How to enable TLS 1.2 on Windows
To enable TLS 1.2 on Windows for Agent Installation, follow these steps:
Open the Registry Editor by typing
regeditin your start menu and selecting the application.Navigate to the following registry key:
HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\ProtocolsRight-click on the
Protocolsfolder and select New -> Key. Name the new keyTLS 1.2.Inside the
TLS 1.2key, create a new key namedClient.Inside the
Clientkey, create a DWORD value namedEnabled. Double-click onEnabledand make sure the value is set to1.Also the
Client key, create another DWORD value namedDisabledByDefault. Double-click onDisabledByDefaultand make sure the value is set to0.Restart your computer for the changes to take effect.
This ensures that TLS 1.2 is enabled on your Windows machine, allowing for secure Agent Installation.
Last updated
Was this helpful?
