If you are trying to start a CA and getting the error, The revocation server is offline 0x80092013
There is a CERTUTIL command to fix this, or at least stop it caring !
Run following command on the affected CA server.
certutil –setreg ca\CRLFlags +CRLF_REVCHECK_IGNORE_OFFLINE
And restart the CA.
3 comments:
This is NOT recommended way to "fix" the issue.
It reduces security and should only be done on lab environment.
jyrki...
What is the recommended fix. I'd be interested in finding that out.
Post a Comment