EventReporter Event ID 11051: TLS client certificate verification failed#

Answer#

During an incoming TLS handshake, OpenSSL returned a verification error for the client certificate. The listener rejects the connection unless the only error is certificate expiration and the listener is explicitly configured to allow expired certificates.

Event details#

  • Event ID: 11051

  • Severity: Warning

  • Component: TLS client certificate verification

  • Windows Event Log source: Adiscon EvntSLog

  • Available since: 26.07

  • Message pattern: TLS client certificate verification failed. Additional detail: {x509_verification_error}

Possible causes#

  • The client certificate is expired or not yet valid, or its chain is missing an intermediate or does not lead to the configured CA.

  • The certificate signature, purpose, issuer, or another X.509 validation requirement failed; the event detail contains the specific OpenSSL reason.

Immediate checks#

  1. Record the exact X.509 verification reason from the event and identify the client certificate presented during that handshake.

  2. Verify the client certificate, its complete intermediate chain, the listener’s CA PEM file, certificate purpose, and current system time.

  3. Correct the client chain or listener trust configuration and retry one mutual-TLS session; do not make disabled validation the permanent repair.

Detailed procedures#

Verify the result#

Complete one mutual-TLS handshake from the affected client, positively verify receipt of its test message, and confirm that Event ID 11051 does not recur.

Evidence to collect#

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

  • The product version, listener name, TLS mode, event timestamp with time zone, and sanitized client-certificate subject, issuer, serial number, and validity dates.

  • The listener CA and client-chain certutil output, configuration export, and bounded debug log; omit private keys and unrelated identities.

Escalation#

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