Skip to content

CI: tls failing in the nightly #626

Description

@github-actions

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

High · runtime-failure · affects this-dir

  • Symptom — Client builds but fails to load CA at runtime (ret=-151) and server accept fails with -308
  • Likely cause — CA certificate load fails with ASN error -151, so the TLS handshake never completes; reproducible on both refs across 4 nights
  • Next — Inspect the CA cert fixture and load path used by the tls example to determine why wolfSSL_CTX_load_verify returns -151

What failed

test wolfSSL error
./server-tls + ./client-tls-pkcs12 master client rc=25
./server-tls + ./client-tls-pkcs12 v5.9.2-stable 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-12 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