I upgraded my on-prem installation today to version 10.4.4.4. It's running on a W10 box in an AD OU that has FIPS mode enforced through group policy.
The upgrade ran successfully, but on first login (domain AD authentication) after upgrade the web app would not complete login and displayed an error page.
I analyzed the logs and found an error related to FIPS mode.
This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
at System.Security.Cryptography.SHA512Managed..ctor()
I was able to resolve the issue by temporarily disabling FIPS mode on the Lansweeper server. I was then able to log in successfully. I then re-enabled FIPS mode and Lansweeper continues to operate normally.
This seems to be related to a one-time "first login after upgrade" process.
Hope this helps others why are experiencing the same issue with the latest upgrade.