Breadcrumbs

Error to start nddPrint.Host.ApiService service

Fail

Error “System.InvalidOperationException: This implementation is not part of the FIPS-validated cryptographic algorithms of the Windows platform”.

image-20220628-125115.png

Cause

FIPS encryption enabled in the Operating System.

Solution

Disable FIPS encryption by following the steps below:

  1. Open the Windows registry (win+r and type regedit)

  2. Access the path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy

  3. Right-click on the Enabled key, click on Modify

  4. Select decimal

  5. Change the value to 0 and click OK

image-20230914-122235.png