The most recent content from our members.
Greetings All. I work in an environment where all Windows computers run in FIPS mode. SolarWinds agent deployment clearly says that remote deployment does not work in FIPS mode. Questions: 1) can someone in the community provide more detail about just WHY remote deployment does not work in FIPS mode, 2) can anyone suggest…
Does anyone know if WAFFLE will work with FIPS? We are using WAFFLE for SSO but need to go to FIPS compliant. WHD version: 12.7.11 Server 2019 Separate MS SQL Database server
Hi everyone I need help to monitor weblogic on 3 linux server. Already agent installed on linux servers and work fine but as I assign "oracle weblogic (jmx) 12.x and higher " template to nodes it tell me fips mode enabled so jmx monitoring is disabled. Can anyone tell me how can I monitor weblogic or any step by step…
Hi, I Manage an environment for a federal branch of the government. Our wintel team has configured all servers using STIG's that are Approved and has FIPS among other security measures on the servers. It is an air tight system. No outside connection to it. But even though on the windows level it's all set, on a SolarWinds…
There are a fair number of key features which are not FIPS compliant and are not available to use when operating in a FIPS enforced environment: 1. Remote agent install 2. ODBC connections to DBs (MSSQL and Oracle are in my world) 3. PDF reports Probably more issues, however, the biggest impact to my management of our…
I need to enable FIPS on our SEM Instance; I did some basic checks and assume its not installed: dpkg -l | grep fips, cat /proc/sys/crypto/fips_enabled (This is how you can check on RHEL). I did some searches for info about Debian and FIPS and that proved sparse and I either missed or found nothing in THWACK. If FIPS can…
This is the PowerShell script I used: $old = 'enforceFIPSPolicy enabled="false"' $new = 'enforceFIPSPolicy enabled="true"' Get-ChildItem -Filter *.* -File -Recurse | ForEach-Object { $c = ($_ | Get-Content) If ($c | Select-String -Pattern $Old) { $c = $c -creplace $Old, $New [IO.File]::WriteAllText($_.FullName, ($c -join…
Looking for a way to turn on FIPS Compliance on a per agent request. A mock up suggestion is located above.
This will allow the DPA to run on a Windows Server where FIPS Compatibility mode has been enabled. This is a requirement for users running in highly secure environments.
This is a basic guide for anyone who isn't familiar with how the SmartCard authentication works when using DameWare Mini Remote Control. A very common misunderstanding is that you have to perform an advanced configuration in order to get this working. In practice, once the SmarCard authentication is integrated in the…
It looks like you're new here. Sign in or register to get started.