Skip to content

1.33.1 — the window reads certificates again

Choose a tag to compare

@github-actions github-actions released this 24 Aug 17:45
· 56 commits to main since this release

Fixed

  • The macOS app skipped the certificate checks and blamed the hosted
    version.
    worker/index.mjs runs in two places — Cloudflare, which has no
    socket to read a certificate over, and --serve under Node, which does — and
    it switched the check off for both. The window talks to --serve, so every
    report it produced was missing tls-expiring and tls-expired, above a note
    reading "This report was produced by the hosted version". It was not.

    Two failures in one: a check quietly not run, which reads exactly like a check
    that passed, and a note naming a runtime that was not involved. --serve now
    declares that it can read certificates and gets the real check; a deployed
    Worker leaves it unset and keeps the note it has always deserved.