Reason code 265

NPS 6273 reason 265: certificate chain issued by an untrusted authority

Last reviewed 2026-07-18 by the Just Software engineering team · also seen as 6273 reason 265, nps reason code 265

What it means

Event 6273 with reason code 265 — "The certificate chain was issued by an authority that is not trusted." During EAP-TLS (or PEAP with client certificates), NPS built the chain for the client certificate and it terminates in a root that is not in the NPS server's Trusted Root Certification Authorities store (or an intermediate is missing). The client's certificate may be perfectly valid — the server just cannot chain it to a trusted root.

Common causes

  1. Devices get certificates from a new CA (cloud PKI migration!) but the new root/issuing CA certificates were never added to the NPS server's certificate stores.

  2. The intermediate (issuing) CA certificate is missing from the NPS server's Intermediate Certification Authorities store, so the chain cannot be built.

  3. Client sent the wrong certificate (from an old CA or a personal cert) due to loose client-side certificate selection.

How to fix it

  1. On the NPS server, open certlm.msc and import the root CA certificate into Trusted Root Certification Authorities and any issuing CA certificates into Intermediate Certification Authorities (local machine, not user, store).

  2. Verify with the actual client cert: export one failing client certificate and run certutil -verify client.cer on the NPS server — it must chain cleanly there.

  3. During PKI migrations, distribute the new chain to NPS servers before devices start presenting new certificates.

Frequently asked

The client certificate is valid — why does NPS say untrusted?
Trust is evaluated on the NPS server, using its own machine certificate stores. If the issuing CA's chain isn't installed there, every client certificate from that CA is 'untrusted' regardless of how valid it is on the device. Import the root and intermediates on the NPS server.
An unhandled error has occurred. Reload 🗙