Recommendation
- Disable FIPS mode for a Windows agent
In the Windows system root folder (for example, C:\Windows), look for a file named ds_agent.ini. Open the file in a text editor or create a new file if you don't have one already.
Add this line to the file:
FIPSMode=0
Restart the Deep Security Agent service.
- Disable FIPS mode for a Linux agent
In /etc/), look for a file named ds_agent.conf. Open the file in a text editor or create a new file if you don't have one already.
Add this line to the file:
FIPSMode=0
Restart the Deep Security Agent:
Using a SysV init script: /etc/init.d/ds_agent restart
Using a systemd command: systemctl restart ds_agent
- Confirm that the FIPS Mode is disabled on the agent.
1. From the cmd or terminal, change directory to the Deep Security Agent install directory and run "dsa_query -c GetAgentStatus"
2. from the result, it should show "FIPSMode: 0"If the user needs to use the FIPS mode, please turn on both side which are DSM and DSA FIPS mode.
