EventReporter Event ID 11053: TLS client certificate does not match a permitted peer#

Answer#

The client certificate passed chain verification, but the listener could not authorize it against the configured permitted peers. In certificate-name mode, no permitted value matched the certificate CN or SAN; in fingerprint mode, no permitted SHA-1 or SHA-256 fingerprint matched.

Event details#

  • Event ID: 11053

  • Severity: Warning

  • Component: TLS peer authorization

  • Windows Event Log source: Adiscon EvntSLog

  • Available since: 26.07

  • Message pattern: TLS client certificate does not match a permitted peer. Additional detail: {rejected_peer_identity}

Possible causes#

  • The permitted-peer list contains a different name, SAN, or fingerprint than the certificate presented by the client.

  • The client certificate was renewed or replaced, or the listener uses the wrong peer-authorization mode or fingerprint format.

Immediate checks#

  1. Use the event detail to determine whether the rejected value was a certificate name or fingerprint and identify the affected listener.

  2. Compare the presented certificate’s CN and SAN values or calculated fingerprint with the listener’s permitted peers and current authorization mode.

  3. After independently verifying the client’s identity and certificate ownership, correct the permitted value or client certificate and retry one TLS session.

Detailed procedures#

Verify the result#

Confirm that the authorized client completes TLS and delivers one test message, that Event ID 11053 does not recur, and that a certificate outside the permitted-peer policy remains rejected.

Evidence to collect#

  • The complete Windows Application Event Log entry, including all event detail.

  • The product version, listener name, TLS authorization mode, timestamp with time zone, and sanitized permitted-peer values.

  • The presented certificate’s sanitized subject, SANs, issuer, serial number, and calculated fingerprint plus a bounded debug log; omit private keys.

Escalation#

If the event continues after the detailed procedures, collect the listed evidence and contact Adiscon Support.