Hi there,
This is a normal behavior.
Double click certificates and check in Certificate Path tab, this process just check the AIA path to get the CA certificates until the certification path terminates at a trusted, self-signed certificate. this process does not check the revocation information of the certificate and thus will not show if the certificate is revoked under “Certificate Status”.
More Information, please refer to the article as below:
http://technet.microsoft.com/en-us/library/cc753833.aspx
We need to use certutil -verify -urlfetch <Cert_name.cer> to check the real status. And according to the Certutil output we can find the cert has been revoked.
---------------------------------------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept it as an answer--