Hi all,
I am getting a "System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms" error when I try to sync.
I am on a Windows 10 Enterprise PC with Garmin Express 4.1.22.0.
Any Idea how to get around this? I cannot change local security settings on the PC.
Thanks in advance
More details:
Exception in operation Garmin.Omt.Service.Operation.Software.UpdateSoftwareOperation.
System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
at System.Security.Cryptography.MD5CryptoServiceProvider..ctor()
at Garmin.Omt.Service.Download.Util.URLToken..ctor(String inUrl, Int64 inWindow, String inSalt, String inExtract, Int64 inTime, String inParam)
at Garmin.Omt.Service.Download.Util.URLToken.TokenizeUrl(String url)
at Garmin.Omt.Service.Download.DownloadQueue.GetRemoteUrl(IDownloadable download, Int32 retries)
at Garmin.Omt.Service.Download.DownloadQueue.QueueItem(IDownloadable downloadable, TaskCompletionSource`1 tcs, MutableProgressProvider progressProvider, Int32 retries)
at Garmin.Omt.Service.Download.DownloadQueue.<DownloadAsync>d__38.MoveNext()