This article applies as of PRTG 22
Disable the FIPS mode on Windows
Federal Information Processing Standards (FIPS) is a set of standards that define which encryption algorithms can be used on Windows computers. If FIPS is enabled, Windows can only use FIPS-validated encryption and advises all applications to do so as well. Other encryption schemes are blocked, even if they are newer, faster, and more secure. Because of this, disabling the FIPS mode will not cause any security issues.
An enabled FIPS mode may even negatively affect Windows and the applications running on it. This also concerns the .NET Framework and therefore .NET-based sensors in PRTG. The following error message may indicate that the FIPS mode is activated and interferes with your sensors:
Exception has been thrown by the target of an invocation |
This error message is thrown by .NET and appears as a sensor message. For more detailed information about the FIPS mode and Microsoft’s recommendation to disable it, see the Microsoft TechNet article Why We’re Not Recommending “FIPS Mode” Anymore.
To disable the FIPS mode on your Windows computer, you have to turn off the security option System Cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing.
For more details on disabling the FIPS mode, see the How-to Geek article Why You Shouldn’t Enable “FIPS-compliant” Encryption on Windows.
Add comment