1.33.1 — the window reads certificates again
Fixed
-
The macOS app skipped the certificate checks and blamed the hosted
version.worker/index.mjsruns in two places — Cloudflare, which has no
socket to read a certificate over, and--serveunder Node, which does — and
it switched the check off for both. The window talks to--serve, so every
report it produced was missingtls-expiringandtls-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.--servenow
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.