Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

\uD83E\uDD14 Problem

FIPS (Federal Information Processing Standards) is a security framework, that's usually only mandatory for non-military federal government agencies, contractors, and vendors in the United States.

With FIPS enabled, the CapaInstaller Agent Service cannot always start.

image-20241022-081752.png

\uD83C\uDF31 Solution 1 - Disable FIPS for the CapaInstaller Agent

Disable FIPS for the CapaInstaller Agent Service by adding the line below to the "C:\Program Files\CapaInstaller\Services\Cistub\cistub.exe.config" file.

The line must be added exactly as shown in the <runtime> section of the file.

<enforceFIPSPolicy enabled=”false”/>

image-20241022-082222.png

Restart the CapaInstaller Agent Service to activate the changes.

\uD83C\uDF31 Solution 2 - Reconsider using FIPS

As previously mentioned, FIPS is designed for federal government agencies, contractors, and vendors in the United States. Maybe it’s not strictly necessary to enable FIPS in your organization ?

You can read more about FIPS on Federal Information Processing Standards - Wikipedia

  • No labels