PreviousHow to install WebView2 on your Windows MachineNextHow to install Microsoft Visual C++ Redistributable (x64) 2019 or higher?
Last updated
Was this helpful?
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:

To enable TLS 1.2 on Windows for Agent Installation, follow these steps:
Open the Registry Editor by typing regedit in your start menu and selecting the application.
Navigate to the following registry key: HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols
Right-click on the Protocols folder and select New -> Key. Name the new key TLS 1.2.
Inside the TLS 1.2 key, create a new key named Client.
Inside the Client key, create a DWORD value named Enabled. Double-click on Enabled and make sure the value is set to 1.
Also the Client key, create another DWORD value named DisabledByDefault. Double-click on DisabledByDefault and make sure the value is set to 0.
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.
For more detailed information on enabling TLS 1.2, you can refer to Microsoft's official documentation
Last updated
Was this helpful?
Was this helpful?
