[GH-ISSUE #535] 404 when downloading latest release from GH #320

Closed
opened 2026-02-25 22:33:06 +03:00 by kerem · 2 comments
Owner

Originally created by @pat-s on GitHub (Jun 26, 2023).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/535

Started today, might be temporary. Though GH status doesn't show any issues.

curl -vJLO 'https://dl.filippo.io/mkcert/latest?for=linux/x86_64'

< HTTP/2 404
< server: GitHub.com
< date: Mon, 26 Jun 2023 16:01:20 GMT
< content-type: text/plain; charset=utf-8
< vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Encoding, Accept, X-Requested-With
< cache-control: no-cache
< strict-transport-security: max-age=31536000; includeSubdomains; preload
< x-frame-options: deny
< x-content-type-options: nosniff
< x-xss-protection: 0
< referrer-policy: no-referrer-when-downgrade
< content-security-policy: default-src 'none'; base-uri 'self'; connect-src 'self'; form-action 'self'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline'
< content-length: 9
< x-github-request-id: F4E2:0FBE:87CFAE3:89AB2C0:6499B650
<
{ [9 bytes data]
100     9  100     9    0     0     15      0 --:--:-- --:--:-- --:--:--     0
* Connection #1 to host github.com left intact
Originally created by @pat-s on GitHub (Jun 26, 2023). Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/535 Started today, might be temporary. Though GH status doesn't show any issues. ``` curl -vJLO 'https://dl.filippo.io/mkcert/latest?for=linux/x86_64' < HTTP/2 404 < server: GitHub.com < date: Mon, 26 Jun 2023 16:01:20 GMT < content-type: text/plain; charset=utf-8 < vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Encoding, Accept, X-Requested-With < cache-control: no-cache < strict-transport-security: max-age=31536000; includeSubdomains; preload < x-frame-options: deny < x-content-type-options: nosniff < x-xss-protection: 0 < referrer-policy: no-referrer-when-downgrade < content-security-policy: default-src 'none'; base-uri 'self'; connect-src 'self'; form-action 'self'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline' < content-length: 9 < x-github-request-id: F4E2:0FBE:87CFAE3:89AB2C0:6499B650 < { [9 bytes data] 100 9 100 9 0 0 15 0 --:--:-- --:--:-- --:--:-- 0 * Connection #1 to host github.com left intact ```
kerem closed this issue 2026-02-25 22:33:06 +03:00
Author
Owner

@FiloSottile commented on GitHub (Jun 26, 2023):

x86_64 never worked, the Go GOARCH name is amd64.

<!-- gh-comment-id:1607826635 --> @FiloSottile commented on GitHub (Jun 26, 2023): `x86_64` never worked, the Go GOARCH name is `amd64`.
Author
Owner

@pat-s commented on GitHub (Jun 26, 2023):

Ah my bad, issue on our side. Thanks for the prompt response, helped us! 🙂

<!-- gh-comment-id:1607832519 --> @pat-s commented on GitHub (Jun 26, 2023): Ah my bad, issue on our side. Thanks for the prompt response, helped us! 🙂
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mkcert#320
No description provided.