Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
|
To resolve these issues, change the default preference of the .NET Framework 4.5 from TLS 1.0 to TLS 1.2. To do this, follow these steps:
-
Open a Command Prompt window as an administrator.
- At the elevated command prompt, run the following command:
net stop obengine
-
Open Registry Editor, and then navigate to the following registry subkeys:
- HKLM\software\Wow6432Node\Microsoft\.NETFramework\
- HKLM\software\microsoft\.NETFramework\
- Under each of these registry keys, locate the subkeys that indicate a version.
Note These subkeys appear in the "v<Version Number>" format.
- For each of these subkeys, add a DWORD Value that is named SchUseStrongCrypto, and set its value to 1.
- Repeat step 5 for all the subkeys that have the "v<Version Number>" format.
- Close Registry Editor.
- At an elevated command prompt, run the following command:
net start obengine
After you complete these steps, you should be able to start the MARS Agent console as expected.