Skip to content

Unable to download due to UNABLE_TO_VERIFY_LEAF_SIGNATURE means Node’…#468

Merged
gtryus merged 2 commits into
developfrom
DownloadFailureLeavesEmptyFile
Jul 22, 2026
Merged

Unable to download due to UNABLE_TO_VERIFY_LEAF_SIGNATURE means Node’…#468
gtryus merged 2 commits into
developfrom
DownloadFailureLeavesEmptyFile

Conversation

@sarahentzel

Copy link
Copy Markdown
Collaborator

…s TLS stack couldn’t verify the server cert (common with corporate SSL inspection). Chromium/Electron usually can, because it uses the OS trust store, so switch to net fetch

Download file was leaving an empty file on failure, so file existed and we didn't go get it. Bad news all around.

…s TLS stack couldn’t verify the server cert (common with corporate SSL inspection). Chromium/Electron usually can, because it uses the OS trust store, so switch to net fetch

Download file was leaving an empty file on failure, so file existed and we didn't go get it.
Bad news all around.
@sarahentzel
sarahentzel requested a review from gtryus July 22, 2026 22:24
@gtryus
gtryus merged commit fc7fd02 into develop Jul 22, 2026
2 checks passed
@gtryus
gtryus deleted the DownloadFailureLeavesEmptyFile branch July 22, 2026 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants