nc.nuclide.systems TLS broken — Zoraxy serving self-signed cert, default.pem expires 2026-05-24 #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Symptoms
Brave/Chrome shows HSTS error on nc.nuclide.systems. Zoraxy serving self-signed
CN=Zoraxy Self-hostcert instead of Let's Encrypt wildcard.Root cause
nc.nuclide.systems.pemdoes not exist in/opt/zoraxy/conf/certs/— no HTTP challenge cert was ever obtained_.nuclide.systems.pem(wildcard, valid May 21–Aug 19 2026) was renewed but not wired to nc subdomaindefault.pem(old wildcard) expires 2026-05-24 (tomorrow)Fix
On CT 108 (Zoraxy, 192.168.1.4):
Requires user confirmation before applying (Zoraxy change policy).
Fixed 2026-05-23: removed
DisableSNI: truefrom nc.nuclide.systems proxy config in Zoraxy (CT 108). Root cause: SNI disabled prevented Zoraxy from matching the wildcard cert_.nuclide.systems. After restart, cert is now Let's EncryptCN=nuclide.systems, valid until 2026-08-19. Also refresheddefault.pem(was expiring 2026-05-24). Zoraxy-conf committed: e6f2025.