Skip to content

CI: tls failing in the nightly #626

Description

@github-actions

tls is failing in the nightly — 2 night(s) running, since 2026-09-09.

High · runtime-failure · affects this-dir

  • Symptom — Client builds but fails at runtime: 'Failed to load CA. ret = -151' and server aborts with wolfSSL_accept error -308
  • Likely cause — CA certificate fixture fails to load (ASN error -151), breaking the TLS handshake; fails identically on master and v5.9.2-stable
  • Next — Inspect the certs/ CA file the tls example loads and reproduce cert parse error -151 locally to determine if fixture is malformed or unsupported

What failed

test wolfSSL error
./server-tls + ./client-tls-pkcs12 v5.9.2-stable client rc=25
./server-tls + ./client-tls-pkcs12 master client rc=25
log tail
--- client ---
Read 4328 bytes from file
Failed to load CA. ret = -151

--- server ---
Waiting for a connection...
wolfSSL_accept error = -308
--- client ---
Read 4328 bytes from file
Failed to load CA. ret = -151

--- server ---
Waiting for a connection...
wolfSSL_accept error = -308


Filed automatically by ci-triage. Body updated 2026-09-10 UTC.
Add the ci:mute label to stop all updates. Closing as not planned prevents reopening.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

ci:examplesNightly examples targetci:nightlyFiled by the nightly examples triage

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions