I'm trying to renew my computer certificates on a in domain laptop but I get "RPC Server is unavailable", error code 1722. On other laptops the same procedure works. What can I do? I've opened mmc and then "Personal-All Tasks->Request new certificate".
Asked
Active
Viewed 508 times
0
-
I'm going to guess time or DNS issue. Ping your domain.local and if that works, check logs on both, the computer and the domain server/CA – JurajB Feb 04 '20 at 21:53
-
I was guessing the same, but I can ping and nslookup the domain – Manuel Castro Feb 05 '20 at 08:26
-
From the client, use CertUtil to ping the request interface of all your CA servers to make sure they're all up: CertUtil -ping -config
– twconnell Feb 06 '20 at 19:03 -
The CA servers are working, from other laptops I can renew or request other certs. – Manuel Castro Feb 09 '20 at 09:32