Skip to content

How to Enable TLS 1.2 on Windows 7 SVP and Remote Ops SVP Agent

Updated  by hvuser
  • PDF
  • Print
  • Copy To Clipboard
  • Collapse All Expand All

Content

Objective

How to enable TLS 1.2 on a Windows 7 SVP to ensure that it will continue to function after TLS 1.0 and 1.1 are disabled on the HRO endpoints.

Environment

  • Hitachi Remote Ops SVP Agent DA (and later)
  • Service Processor (SVP)
  • Microsoft Windows 7 Embedded

Procedure

  1. Windows 7 should be updated (KB3080079 must be installed, or a patch that rolled up KB3080079 must be installed)
    1. VSP Gx00, Fx00, and Nx00: Follow How to Manually Install Windows 7 Updates on a VSP Gx00 and VSP Fx00 SVP, make sure everything under the General Windows Updates section is installed. The "one-off" updates are optional. The .NET updates are optional, but reccommended.
    2. VSP G1x00 and F1500: Open a case to have a field engineer install the supported Windows Updates. These updates cannot be installed by the customer as they are on a special CD with special scripts. Manually installing unsupported updates may break the SVP. After the CD is ran, manually install KB3080079.
      1. RequiredUpdate for Windows 7 for x64-based Systems (KB3080079)
      2. Download from Microsoft Update Catalog
         
  2. Download (right click -> Save As) the registry file or create your own with the following keys:

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
    "DisabledByDefault"=dword:00000000
    "Enabled"=dword:00000001

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server]
    "DisabledByDefault"=dword:00000000
    "Enabled"=dword:00000001

     

  3. Copy the file to the Site Manager Server and the SVP or on a Standalone SVP.
    Double click to open registry file.



    Click the Yes button to continue

    090240410223981.png

     

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2

    Verify the both Client and Server are installed using regedit:
    090240410268763.png

     

     

  4. Stop the SVP Agent Service , and if applicable, the Site Manager Service and click the Apply button
    090240410268902.png

  5. Exit out of Remote Ops SVP Agent
    090240410268903.png

  6. Open <SVP Agent Install Media>\Service Processor Agent\ and run dotNetFx46_full_x86_x64.exe as Administrator
    090240410268898.png
     

  7. Run a Repair of .NET 4.6
    090240410268899.png

    Note: See Additional Notes if there is an error

  8. Reboot the Site Manager Server and the SVP, and/or the standalone SVP.

  9. Validate the SVP Agent Service , and if applicable, the Site Manager Service are Running.
    090240410268904.png

 

Additional Notes

Attachments

Attachment: 7374_20240807162427_240417000240668.reg

CXone Metadata

Tags: Hi-track,SVP,TLS,Hitrack,svp agent,TLS 1.2,Remote Ops

PageID: 159073