Sharepoint - An operation failed because the following certificate has validation errors
Check the trust between sharepoint and the auth provider .
OR try below option once
Go to your SharePoint site web.config and add the following line within
system.net tag:
<settings>
<servicePointManager
checkCertificateName=”false”
checkCertificateRevocationList=”false”
/>
</settings>