The revocation function was unable to check revocation for the certificate

3

I need to pass IIS certificate authentication on Windows Server 2012. The root cert haven't got any revocation lists but I'm getting exception:

The revocation function was unable to check revocation for the certificate

After searching, I found solution to disable revocation check by using CertUtil command:

certutil –setreg ca\CRLFlags +CRLF_REVCHECK_IGNORE_OFFLINE

and getting

CertUtil: -setreg command FAILED: 0x80070002 (WIN32: 2) CertUtil: The system cannot find the file specified.

Any ideas?

iis
windows-server-2012
certificate-authority
crl
asked on Server Fault Jun 27, 2013 by Denis Agarev

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0