Turns out the client had enabled FIPS Algorithm Policy on the GPO, disabling the FIPS policy temporarily allowed the scan to complete. Thanks to all who were involved!!!!
Get the Resultant Set of Policy from the machine to verify if FIPS is in GPO (cmd: RSOP)
GPO
Computer Configuration -> Windows Settings -> Local Policies -> Security Options -> System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing
Registry:
FIPS Enabled
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy]
"Enabled"=dword:00000001
FIPS Disabled
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy]
"Enabled"=dword:00000000