SCEP Certificate enrollment initialization for WORKGROUP\COMPUTER$ via https://AMD-KeyId-907d65e9b562315997dd5ad086b2b7598957b92c.microsoftaik.azure.net/templates/Aik/scep failed:
GetCACaps
GetCACaps: Not Found
{"Message":"The authority \"amd-keyid-907d65e9b562315997dd5ad086b2b7598957b92c.microsoftaik.azure.net\" does not exist."}
HTTP/1.1 404 Not Found
Date: Sat, 29 Apr 2023 21:40:11 GMT
Content-Length: 121
Content-Type: application/json; charset=utf-8
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000;includeSubDomains
x-ms-request-id: 149929fb-018b-4afe-bd7f-c749c9eb9e2b
Method: GET(703ms)
Stage: GetCACaps
Not found (404). 0x80190194 (-2145844844 HTTP_E_STATUS_NOT_FOUND)
THE FILE
DOES NOT
EXIST
-
So the CA doesn't exist. Understand?
The ""ERROR"" is not a error, its Printing the message DIRECTLY from the server and reporting the HTTP error code:
- The authority "amd-keyid-907d65e9b562315997dd5ad086b2b7598957b92c.microsoftaik.azure.net" does not exist."
- HTTP/1.1 404 Not Found
The server is setup to generate a 404 on missing URL's. You can feed it any URL and it will generate the exact same error.
This isn’t* crashing your computer unless you're in some edge case. Go into Task Scheduler>\Microsoft\Windows\CertificateServicesClient[AikCertEnrollTask] and run the task manually. Does your PC crash?
If it does ignore everything I said and try to get a memory dump.
*Anything can happen.
Edit: Your web browser is showing a style sheet error because its being parsed as a XML file. Also consider this problem isn't a problem and no one cares (at AMD/Microsoft) because the error is trivial or anyone needing it knows how to reconfigure it?