-
Notifications
You must be signed in to change notification settings - Fork 12.4k
[Bug] Windows Codex PATH can crash HTTPS updates with OPENSSL_Applink #4433
Copy link
Copy link
Open
Labels
author-awaitingWaiting on author responseWaiting on author responseauthor-needs-infoMissing detail needed to assess — supply requested infoMissing detail needed to assess — supply requested infoauthor-needs-proofSupply a reproduction or a test that fails on main — the problem isn't demonstrated yetSupply a reproduction or a test that fails on main — the problem isn't demonstrated yetbug-assessseverity-mediumtriage-can-waitVerdict: valid and in-scope but deprioritized; held behind the evidence gateVerdict: valid and in-scope but deprioritized; held behind the evidence gate
Description
Activity
Metadata
Metadata
Assignees
Labels
author-awaitingWaiting on author responseWaiting on author responseauthor-needs-infoMissing detail needed to assess — supply requested infoMissing detail needed to assess — supply requested infoauthor-needs-proofSupply a reproduction or a test that fails on main — the problem isn't demonstrated yetSupply a reproduction or a test that fails on main — the problem isn't demonstrated yetbug-assessseverity-mediumtriage-can-waitVerdict: valid and in-scope but deprioritized; held behind the evidence gateVerdict: valid and in-scope but deprioritized; held behind the evidence gate
Spec Kit version
specify 1.0.4, installed as a uv tool on Windows.Environment
libssl-3-x64.dllandlibcrypto-3-x64.dll.specify.exeis the uv-installed launcher under%USERPROFILE%\.local\bin.Reproduction
From an initialized consumer with registered HTTPS catalogs, run either:
Both commands reproducibly exit 1 before completing the remote update with:
The failure occurs specifically in the Codex Desktop process environment. A local/offline component installation can proceed because it does not enter the failing HTTPS path.
Expected behavior
Spec Kit HTTPS/catalog operations should use the OpenSSL runtime packaged with its Python environment and must not load an ABI-incompatible DLL merely because another application prepended native tools to PATH. If the launcher cannot isolate its DLL search path, it should fail with an actionable dependency diagnostic rather than the OpenSSL applink abort.
Impact
Documented
workflow updateandbundle updatecommands cannot run from Codex Desktop on affected Windows hosts. This blocks unattended governed upgrades and encourages consumers to use incomplete local recovery sequences.