After completing the certificate request in exchange 2010 the status section shows
"The certificate status could not be determined because the revocation check failed"
The certificate cannot be assigned to the website.
This issue occurs because Exchange Server 2010 uses Microsoft Windows HTTP Services (WinHTTP) to manage all HTTP and HTTPS traffic, and WinHTTP does not use the proxy settings that are configured for the Internet browser.
This issue occurs because Exchange Server 2010 uses Microsoft Windows HTTP Services (WinHTTP) to manage all HTTP and HTTPS traffic, and WinHTTP does not use the proxy settings that are configured for the Internet browser.
Below are the steps recommended by Microsoft to resolve this issue:
Method 1:
To view the WinHTTP proxy settings, at a command prompt, run the following command:
netsh winhttp show proxy
To resolve this issue, you must configure the WinHTTP proxy setting and the server FQDN in the WinHTTP bypass list.
To resolve this issue, open a command prompt, type the following command, and then press ENTER:
netsh winhttp set proxy proxy-server="http=myproxy" bypass-list="*.host_name.com"
The myproxy placeholder represents the proxy server name, and host_name represents the Exchange Server 2010 host name.
If the proxy settings are correct, and it still doesn't work, try the following commands to clear the OCSP/CRL cache:
certutil -urlcache ocsp delete
certutil -urlcache crl delete
Reboot the server if required.
This solution is obtained from the Microsoft : kb979694
Method 2:
Try to access the CRL distribution URL information for the certificate/certificate chain: