Troubleshooting for certificate validation failure
How to check for respective certificates in the window's store?
- Check the registry policy settings "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\SystemCertificates\AuthRoot\DisableRootAutoUpdate"
- If the value is set to "0," the remote device's automatic root certificate update is disabled.
- If the customer has the requisite permissions, he or she can manually install the needed certificate by downloading it from a web browser.
To view the Certificate, click on the lock button to the left of the link.
Click on "Connection is secure" and then click "Certificate is Valid".
Then click the Certification Path tab, you can view the certificate chain.
Double click on the parent certificate(first one).
Go to Details tab and click on Copy to File…, this will open up the Certificate Export Wizard.
Click Next, and then select the format "DER encoded binary X.509 (.CER)", then click Next.
Choose the directory where the certificate needs to be saved. Give the certificate a name and save it.
Click Finish and you will notice "The Export was successful", Click OK.
Steps to install the downloaded certificate:
Open command prompt in Administrator mode.
Copy the file path of the downloaded certificate and paste at the end of the below command.
certutil -addstore "Root" ____
Example : certutil -addstore "Root" "C:\Users\Administrator\Desktop\cert\CertificateDownloaded"