Cause:
Out of sync certificates on the VMM Server.
Solution:
On the management server, execute the following commands.
$credential = get-credential (Enter VMM server administrator credential)
$credential = get-credential (Enter VMM server administrator credential)
Get-VMMManagedComputer | Register-SCVMMManagedComputer -Credential $credential
The above process re-associates all hosts with the VMM server and re synced the certificates.