Able to install Pulseway no problem, but we do get the following error when we try and register/validate the account:
This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
FIPS is enabled on these systems and we do have the .NET reg key to force TLS 1.2 pushed out using GP.
Any help would be appreciated.
Thanks.
Forgot to mention using Pulseway version 6.1.1
UPDATE.
Actually figured out a work around.
Had to add the following to pcmonitormanager.exe.config, pcmonitorsrv.exe.config, and pulsewayaddonmanager.exe.config: <configuration> <runtime> <!-- below tag will disable security policy checking for FIPS --> <enforceFIPSPolicy enabled="false"/> </runtime></configuration>
Not sure which file edit actually fixed it, but it let me register the device and start the service.